Searched refs:islot_ctx (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/usb/ |
H A D | hcd-xhci.c | 2197 uint32_t islot_ctx[4]; in xhci_configure_slot() local 2236 xhci_dma_read_u32s(xhci, ictx+32, islot_ctx, sizeof(islot_ctx)); in xhci_configure_slot() 2280 slot_ctx[0] |= islot_ctx[0] & (SLOT_CONTEXT_ENTRIES_MASK << in xhci_configure_slot() 2298 uint32_t islot_ctx[4]; in xhci_evaluate_slot() local 2319 xhci_dma_read_u32s(xhci, ictx+32, islot_ctx, sizeof(islot_ctx)); in xhci_evaluate_slot() 2322 islot_ctx[0], islot_ctx[1], islot_ctx[2], islot_ctx[3]); in xhci_evaluate_slot() 2327 slot_ctx[1] |= islot_ctx[1] & 0xFFFF; in xhci_evaluate_slot() 2329 xhci->slots[slotid-1].intr = get_field(islot_ctx[2], TRB_INTR); in xhci_evaluate_slot()
|