Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dhcd-xhci.c2205 uint32_t islot_ctx[4]; in xhci_configure_slot() local
2244 xhci_dma_read_u32s(xhci, ictx+32, islot_ctx, sizeof(islot_ctx)); in xhci_configure_slot()
2288 slot_ctx[0] |= islot_ctx[0] & (SLOT_CONTEXT_ENTRIES_MASK << in xhci_configure_slot()
2306 uint32_t islot_ctx[4]; in xhci_evaluate_slot() local
2327 xhci_dma_read_u32s(xhci, ictx+32, islot_ctx, sizeof(islot_ctx)); in xhci_evaluate_slot()
2330 islot_ctx[0], islot_ctx[1], islot_ctx[2], islot_ctx[3]); in xhci_evaluate_slot()
2335 slot_ctx[1] |= islot_ctx[1] & 0xFFFF; in xhci_evaluate_slot()
2337 xhci->slots[slotid-1].intr = get_field(islot_ctx[2], TRB_INTR); in xhci_evaluate_slot()