Searched refs:read_fifo (Results 1 – 10 of 10) sorted by relevance
| /openbmc/qemu/hw/char/ |
| H A D | pl011.c | 185 s->read_fifo[slot] = value; in pl011_fifo_rx_put() 254 c = s->read_fifo[s->read_pos]; in pl011_read_rxdata() 569 if (s->read_pos >= ARRAY_SIZE(s->read_fifo) || in pl011_post_load() 570 s->read_count > ARRAY_SIZE(s->read_fifo)) { in pl011_post_load() 581 s->read_fifo[0] = s->read_fifo[s->read_pos]; in pl011_post_load() 605 VMSTATE_UINT32_ARRAY(read_fifo, PL011State, PL011_FIFO_DEPTH),
|
| H A D | bcm2835_aux.c | 80 c = s->read_fifo[s->read_pos]; in bcm2835_aux_read() 236 s->read_fifo[slot] = value; in bcm2835_aux_put_fifo() 266 VMSTATE_UINT8_ARRAY(read_fifo, BCM2835AuxState,
|
| /openbmc/qemu/tests/qtest/libqos/ |
| H A D | sdhci-cmd.c | 21 static ssize_t read_fifo(QTestState *qts, uint64_t reg, char *msg, size_t count) in read_fifo() function 93 ssize_t bytes_read = read_fifo(qts, base_addr + SDHC_BDATA, msg, count); in sdhci_read_cmd()
|
| /openbmc/u-boot/drivers/usb/musb/ |
| H A D | am35x.c | 117 void read_fifo(u8 ep, u32 length, void *fifo_data) in read_fifo() function
|
| H A D | musb_core.c | 143 void read_fifo(u8 ep, u32 length, void *fifo_data) in read_fifo() function
|
| H A D | musb_udc.c | 407 read_fifo(0, count0, &ep0_urb->device_request); in musb_peri_ep0_idle() 501 read_fifo(0, length, data); in musb_peri_ep0_rx() 662 read_fifo(ep, length, data); in musb_peri_rx_ep()
|
| H A D | musb_core.h | 332 extern void read_fifo(u8 ep, u32 length, void *fifo_data);
|
| H A D | musb_hcd.c | 289 read_fifo(MUSB_CONTROL_EP, rxedlength, &rxbuff[rxlen]); in ctrlreq_in_data_phase() 970 read_fifo(MUSB_BULK_EP, nextlen, in submit_bulk_msg() 1143 read_fifo(MUSB_INTR_EP, nextlen, in submit_int_msg()
|
| /openbmc/u-boot/drivers/usb/gadget/ |
| H A D | at91_udc.c | 121 static int read_fifo (struct at91_ep *ep, struct at91_request *req) in read_fifo() function 497 status = read_fifo(ep, req); in at91_ep_queue() 838 return read_fifo(ep, req); in handle_ep()
|
| H A D | pxa25x_udc.c | 604 read_fifo(struct pxa25x_ep *ep, struct pxa25x_request *req) in read_fifo() function 819 && read_fifo(ep, req)) { in pxa25x_ep_queue() 1499 completed = read_fifo(ep, req); in handle_ep()
|