Searched refs:UHCI_PORTSC_OCIC (Results 1 – 2 of 2) sorted by relevance
101 #define UHCI_PORTSC_OCIC 0x0800 macro
810 if (UREAD2(sc, UHCI_PORTSC1) & (UHCI_PORTSC_CSC|UHCI_PORTSC_OCIC)) in uhci_poll_hub()812 if (UREAD2(sc, UHCI_PORTSC2) & (UHCI_PORTSC_CSC|UHCI_PORTSC_OCIC)) in uhci_poll_hub()3058 UWRITE2(sc, port, x | UHCI_PORTSC_OCIC); in uhci_root_ctrl_start()3132 if (x & UHCI_PORTSC_OCIC) in uhci_root_ctrl_start()