Searched refs:uhci_dma_write (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/usb/ |
H A D | hcd-uhci.c | 628 static void uhci_dma_write(UHCIState *s, dma_addr_t addr, void *buf, in uhci_dma_write() function 718 uhci_dma_write(s, td->buffer, async->buf, len); in uhci_complete_td() 1047 uhci_dma_write(s, (link & ~0xf) + 4, &val, sizeof(val)); in uhci_process_frame() 1075 uhci_dma_write(s, (curr_qh & ~0xf) + 4, &val, sizeof(val)); in uhci_process_frame()
|