Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dhcd-xhci.c2099 dma_addr_t ictx, octx, dcbaap; in xhci_address_slot() local
2111 ictx = xhci_mask64(pictx); in xhci_address_slot()
2114 DPRINTF("xhci: input context at "DMA_ADDR_FMT"\n", ictx); in xhci_address_slot()
2117 xhci_dma_read_u32s(xhci, ictx, ictl_ctx, sizeof(ictl_ctx)); in xhci_address_slot()
2202 dma_addr_t ictx, octx; in xhci_configure_slot() local
2213 ictx = xhci_mask64(pictx); in xhci_configure_slot()
2216 DPRINTF("xhci: input context at "DMA_ADDR_FMT"\n", ictx); in xhci_configure_slot()
2236 xhci_dma_read_u32s(xhci, ictx, ictl_ctx, sizeof(ictl_ctx)); in xhci_configure_slot()
2302 dma_addr_t ictx, octx; in xhci_evaluate_slot() local
2312 ictx = xhci_mask64(pictx); in xhci_evaluate_slot()
[all …]