Searched refs:write_fifo (Results 1 – 7 of 7) sorted by relevance
| /openbmc/qemu/tests/qtest/libqos/ |
| H A D | sdhci-cmd.c | 45 static void write_fifo(QTestState *qts, uint64_t reg, const char *msg, in write_fifo() function 110 write_fifo(qts, base_addr + SDHC_BDATA, msg, count); in sdhci_write_cmd()
|
| /openbmc/u-boot/drivers/usb/musb/ |
| H A D | musb_core.c | 118 void write_fifo(u8 ep, u32 length, void *fifo_data) in write_fifo() function
|
| H A D | musb_core.h | 331 extern void write_fifo(u8 ep, u32 length, void *fifo_data);
|
| H A D | musb_hcd.c | 248 write_fifo(MUSB_CONTROL_EP, sizeof(struct devrequest), (void *)setup); in ctrlreq_setup_phase() 324 write_fifo(MUSB_CONTROL_EP, txlen, &txbuff[txlen]); in ctrlreq_out_data_phase() 916 write_fifo(MUSB_BULK_EP, nextlen, in submit_bulk_msg()
|
| H A D | musb_udc.c | 564 write_fifo(0, transfer_size, &ep0_urb->buffer[ep0_endpoint->sent]); in musb_peri_ep0_tx() 842 write_fifo(ep, length, data); in udc_endpoint_write()
|
| /openbmc/u-boot/drivers/usb/gadget/ |
| H A D | at91_udc.c | 196 static int write_fifo(struct at91_ep *ep, struct at91_request *req) in write_fifo() function 495 status = write_fifo(ep, req); in at91_ep_queue() 825 return write_fifo(ep, req); in handle_ep()
|
| H A D | pxa25x_udc.c | 471 write_fifo(struct pxa25x_ep *ep, struct pxa25x_request *req) in write_fifo() function 816 && write_fifo(ep, req)) in pxa25x_ep_queue() 1486 completed = write_fifo(ep, req); in handle_ep()
|