Searched refs:uhci_dma_read (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/usb/ |
H A D | hcd-uhci.c | 622 static void uhci_dma_read(UHCIState *s, dma_addr_t addr, void *buf, in uhci_dma_read() function 636 uhci_dma_read(s, link & ~0xf, td, sizeof(*td)); in uhci_read_td() 854 uhci_dma_read(s, td->buffer, async->buf, max_len); in uhci_handle_td() 982 uhci_dma_read(s, frame_addr, &link, 4); in uhci_process_frame() 1022 uhci_dma_read(s, link & ~0xf, &qh, sizeof(qh)); in uhci_process_frame()
|