Searched refs:xhci_dma_read_u32s (Results 1 – 1 of 1) sorted by relevance
/openbmc/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 1021 xhci_dma_read_u32s(epctx->xhci, sctx->pctx, ctx, sizeof(ctx)); in xhci_find_stream() 1041 xhci_dma_read_u32s(xhci, epctx->pctx, ctx, sizeof(ctx)); in xhci_set_ep_state() 1049 xhci_dma_read_u32s(xhci, sctx->pctx, ctx2, sizeof(ctx2)); in xhci_set_ep_state() 2109 xhci_dma_read_u32s(xhci, ictx, ictl_ctx, sizeof(ictl_ctx)); in xhci_address_slot() 2117 xhci_dma_read_u32s(xhci, ictx+32, slot_ctx, sizeof(slot_ctx)); in xhci_address_slot() 2118 xhci_dma_read_u32s(xhci, ictx+64, ep0_ctx, sizeof(ep0_ctx)); in xhci_address_slot() 2218 xhci_dma_read_u32s(xhci, octx, slot_ctx, sizeof(slot_ctx)); in xhci_configure_slot() 2228 xhci_dma_read_u32s(xhci, ictx, ictl_ctx, sizeof(ictl_ctx)); in xhci_configure_slot() 2236 xhci_dma_read_u32s(xhci, ictx+32, islot_ctx, sizeof(islot_ctx)); in xhci_configure_slot() [all …]
|