Searched refs:xhci_dma_read_u32s (Results 1 – 1 of 1) sorted by relevance
/qemu/hw/usb/ |
H A D | hcd-xhci.c | 490 static inline void xhci_dma_read_u32s(XHCIState *xhci, dma_addr_t addr, in xhci_dma_read_u32s() function 1026 xhci_dma_read_u32s(epctx->xhci, sctx->pctx, ctx, sizeof(ctx)); in xhci_find_stream() 1046 xhci_dma_read_u32s(xhci, epctx->pctx, ctx, sizeof(ctx)); in xhci_set_ep_state() 1054 xhci_dma_read_u32s(xhci, sctx->pctx, ctx2, sizeof(ctx2)); in xhci_set_ep_state() 2115 xhci_dma_read_u32s(xhci, ictx, ictl_ctx, sizeof(ictl_ctx)); in xhci_address_slot() 2123 xhci_dma_read_u32s(xhci, ictx+32, slot_ctx, sizeof(slot_ctx)); in xhci_address_slot() 2124 xhci_dma_read_u32s(xhci, ictx+64, ep0_ctx, sizeof(ep0_ctx)); in xhci_address_slot() 2224 xhci_dma_read_u32s(xhci, octx, slot_ctx, sizeof(slot_ctx)); in xhci_configure_slot() 2234 xhci_dma_read_u32s(xhci, ictx, ictl_ctx, sizeof(ictl_ctx)); in xhci_configure_slot() 2242 xhci_dma_read_u32s(xhci, ictx+32, islot_ctx, sizeof(islot_ctx)); in xhci_configure_slot() [all …]
|