Home
last modified time | relevance | path

Searched refs:octx (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
2110 octx = xhci_mask64(poctx); in xhci_address_slot()
2113 DPRINTF("xhci: output context at "DMA_ADDR_FMT"\n", octx); in xhci_address_slot()
2158 slot->ctx = octx; in xhci_address_slot()
2182 res = xhci_enable_ep(xhci, slotid, 1, octx+32, ep0_ctx); in xhci_address_slot()
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()
2200 dma_addr_t ictx, octx; in xhci_configure_slot() local
2212 octx = xhci->slots[slotid-1].ctx; in xhci_configure_slot()
2215 DPRINTF("xhci: output context at "DMA_ADDR_FMT"\n", octx); in xhci_configure_slot()
[all …]