Searched refs:ictl_ctx (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/hw/usb/ |
| H A D | hcd-xhci.c | 2099 uint32_t ictl_ctx[2]; in xhci_address_slot() local 2115 xhci_dma_read_u32s(xhci, ictx, ictl_ctx, sizeof(ictl_ctx)); in xhci_address_slot() 2117 if (ictl_ctx[0] != 0x0 || ictl_ctx[1] != 0x3) { in xhci_address_slot() 2119 ictl_ctx[0], ictl_ctx[1]); in xhci_address_slot() 2201 uint32_t ictl_ctx[2]; in xhci_configure_slot() local 2234 xhci_dma_read_u32s(xhci, ictx, ictl_ctx, sizeof(ictl_ctx)); in xhci_configure_slot() 2236 if ((ictl_ctx[0] & 0x3) != 0x0 || (ictl_ctx[1] & 0x3) != 0x1) { in xhci_configure_slot() 2238 ictl_ctx[0], ictl_ctx[1]); in xhci_configure_slot() 2250 xhci_free_device_streams(xhci, slotid, ictl_ctx[0] | ictl_ctx[1]); in xhci_configure_slot() 2253 if (ictl_ctx[0] & (1<<i)) { in xhci_configure_slot() [all …]
|