Searched refs:musb_write_fifo (Results 1 – 5 of 5) sorted by relevance
/external/u-boot/drivers/usb/musb-new/ |
D | musb_gadget_ep0.c | 135 musb_write_fifo(&musb->endpoints[0], len, result); in service_tx_status_request() 542 musb_write_fifo(&musb->endpoints[0], fifo_count, fifo_src); in ep0_txstate()
|
D | musb_core.h | 508 extern void musb_write_fifo(struct musb_hw_ep *ep, u16 len, const u8 *src);
|
D | musb_host.c | 814 musb_write_fifo(hw_ep, load_count, buf); in musb_ep_program() 944 musb_write_fifo(hw_ep, fifo_count, fifo_dest); in musb_h_ep0_continue() 1335 musb_write_fifo(hw_ep, length, urb->transfer_buffer + offset); in musb_host_tx()
|
D | musb_core.c | 216 void musb_write_fifo(struct musb_hw_ep *hw_ep, u16 len, const u8 *src) in musb_write_fifo() function 325 musb_write_fifo(musb->control_ep, in musb_load_testpacket()
|
D | musb_gadget.c | 464 musb_write_fifo(musb_ep->hw_ep, fifo_count, in txstate()
|