Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-xhci.c2093 uint32_t ictl_ctx[2]; in xhci_address_slot() local
2109 xhci_dma_read_u32s(xhci, ictx, ictl_ctx, sizeof(ictl_ctx)); in xhci_address_slot()
2111 if (ictl_ctx[0] != 0x0 || ictl_ctx[1] != 0x3) { in xhci_address_slot()
2113 ictl_ctx[0], ictl_ctx[1]); in xhci_address_slot()
2195 uint32_t ictl_ctx[2]; in xhci_configure_slot() local
2228 xhci_dma_read_u32s(xhci, ictx, ictl_ctx, sizeof(ictl_ctx)); in xhci_configure_slot()
2230 if ((ictl_ctx[0] & 0x3) != 0x0 || (ictl_ctx[1] & 0x3) != 0x1) { in xhci_configure_slot()
2232 ictl_ctx[0], ictl_ctx[1]); in xhci_configure_slot()
2244 xhci_free_device_streams(xhci, slotid, ictl_ctx[0] | ictl_ctx[1]); in xhci_configure_slot()
2247 if (ictl_ctx[0] & (1<<i)) { in xhci_configure_slot()
[all …]