Home
last modified time | relevance | path

Searched refs:xhci_dma_write_u32s (Results 1 – 1 of 1) sorted by relevance

/qemu/hw/usb/
H A Dhcd-xhci.c511 static inline void xhci_dma_write_u32s(XHCIState *xhci, dma_addr_t addr, in xhci_dma_write_u32s() function
1058 xhci_dma_write_u32s(xhci, sctx->pctx, ctx2, sizeof(ctx2)); in xhci_set_ep_state()
1071 xhci_dma_write_u32s(xhci, epctx->pctx, ctx, sizeof(ctx)); in xhci_set_ep_state()
2189 xhci_dma_write_u32s(xhci, octx, slot_ctx, sizeof(slot_ctx)); in xhci_address_slot()
2190 xhci_dma_write_u32s(xhci, octx+32, ep0_ctx, sizeof(ep0_ctx)); in xhci_address_slot()
2229 xhci_dma_write_u32s(xhci, octx, slot_ctx, sizeof(slot_ctx)); in xhci_configure_slot()
2269 xhci_dma_write_u32s(xhci, octx+(32*i), ep_ctx, sizeof(ep_ctx)); in xhci_configure_slot()
2291 xhci_dma_write_u32s(xhci, octx, slot_ctx, sizeof(slot_ctx)); in xhci_configure_slot()
2341 xhci_dma_write_u32s(xhci, octx, slot_ctx, sizeof(slot_ctx)); in xhci_evaluate_slot()
2359 xhci_dma_write_u32s(xhci, octx+32, ep0_ctx, sizeof(ep0_ctx)); in xhci_evaluate_slot()
[all …]