Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dhcd-xhci.c2097 dma_addr_t ictx, octx, dcbaap; in xhci_address_slot() local
2109 ictx = xhci_mask64(pictx); in xhci_address_slot()
2112 DPRINTF("xhci: input context at "DMA_ADDR_FMT"\n", ictx); in xhci_address_slot()
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()
2200 dma_addr_t ictx, octx; in xhci_configure_slot() local
2211 ictx = xhci_mask64(pictx); in xhci_configure_slot()
2214 DPRINTF("xhci: input context at "DMA_ADDR_FMT"\n", ictx); in xhci_configure_slot()
2234 xhci_dma_read_u32s(xhci, ictx, ictl_ctx, sizeof(ictl_ctx)); in xhci_configure_slot()
[all …]