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

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_hub.c781 if (!(port_status & EHCI_RH_PORT_ENABLE)) {
784 port_status | EHCI_RH_PORT_ENABLE);
788 if (port_status & EHCI_RH_PORT_ENABLE) {
791 port_status & ~EHCI_RH_PORT_ENABLE);
869 if ((port_status & EHCI_RH_PORT_ENABLE) &&
1012 ~EHCI_RH_PORT_ENABLE));
1057 if (!(port_status & EHCI_RH_PORT_ENABLE)) {
1615 if (port_status & EHCI_RH_PORT_ENABLE) {
1652 if ((!(port_status & EHCI_RH_PORT_ENABLE)) &&
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehci.h264 #define EHCI_RH_PORT_ENABLE 0x00000004 /* Port enable */ macro

Completed in 58 milliseconds