Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-xhci.c2202 uint32_t islot_ctx[4]; in xhci_configure_slot() local
2241 xhci_dma_read_u32s(xhci, ictx+32, islot_ctx, sizeof(islot_ctx)); in xhci_configure_slot()
2285 slot_ctx[0] |= islot_ctx[0] & (SLOT_CONTEXT_ENTRIES_MASK << in xhci_configure_slot()
2303 uint32_t islot_ctx[4]; in xhci_evaluate_slot() local
2324 xhci_dma_read_u32s(xhci, ictx+32, islot_ctx, sizeof(islot_ctx)); in xhci_evaluate_slot()
2327 islot_ctx[0], islot_ctx[1], islot_ctx[2], islot_ctx[3]); in xhci_evaluate_slot()
2332 slot_ctx[1] |= islot_ctx[1] & 0xFFFF; in xhci_evaluate_slot()
2334 xhci->slots[slotid-1].intr = get_field(islot_ctx[2], TRB_INTR); in xhci_evaluate_slot()