Home
last modified time | relevance | path

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

/openbsd/sys/dev/usb/
H A Duhcireg.h101 #define UHCI_PORTSC_OCIC 0x0800 macro
H A Duhci.c810 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()