Searched refs:XHCI_ENDPOINT_POLLED (Results 1 – 2 of 2) sorted by relevance
321 ASSERT(xep->xep_state & XHCI_ENDPOINT_POLLED); in xhci_hcdi_console_input_enter()351 ASSERT(!(xep->xep_state & XHCI_ENDPOINT_POLLED)); in xhci_hcdi_console_input_enter()352 xep->xep_state |= XHCI_ENDPOINT_POLLED; in xhci_hcdi_console_input_enter()415 ASSERT(xep->xep_state & XHCI_ENDPOINT_POLLED); in xhci_hcdi_console_input_exit()424 xep->xep_state &= ~XHCI_ENDPOINT_POLLED; in xhci_hcdi_console_input_exit()
515 XHCI_ENDPOINT_POLLED = 0x20, enumerator