Searched refs:UHCI_PORTSC_ENABLED (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/busses/usb/
H A Duhci_hardware.h63 #define UHCI_PORTSC_ENABLED 0x0004 // Port enabled/disabled macro
H A Duhci.cpp1876 if (portStatus & UHCI_PORTSC_ENABLED)
1970 WriteReg16(port, status | UHCI_PORTSC_ENABLED);
1989 if (status & UHCI_PORTSC_ENABLED) {

Completed in 24 milliseconds