musb_write_fifo
musb_write_fifo(musb->control_ep,
extern void musb_write_fifo(struct musb_hw_ep *ep, u16 len, const u8 *src);
musb_write_fifo(musb_ep->hw_ep, fifo_count,
musb_write_fifo(&musb->endpoints[0], len, result);
musb_write_fifo(&musb->endpoints[0], fifo_count, fifo_src);
musb_write_fifo(hw_ep, fifo_count, fifo_dest);
musb_write_fifo(hw_ep, length, qh->sg_miter.addr);
musb_write_fifo(hw_ep, length, urb->transfer_buffer + offset);
musb_write_fifo(hw_ep, load_count, buf);
musb_write_fifo(hw_ep, load_count, buf);
musb_write_fifo(hw_ep, pio, buf);