Home
last modified time | relevance | path

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)) { in ehci_handle_port_enable()
784 port_status | EHCI_RH_PORT_ENABLE); in ehci_handle_port_enable()
788 if (port_status & EHCI_RH_PORT_ENABLE) { in ehci_handle_port_enable()
791 port_status & ~EHCI_RH_PORT_ENABLE); in ehci_handle_port_enable()
869 if ((port_status & EHCI_RH_PORT_ENABLE) && in ehci_handle_port_suspend()
1012 ~EHCI_RH_PORT_ENABLE)); in ehci_handle_port_reset()
1057 if (!(port_status & EHCI_RH_PORT_ENABLE)) { in ehci_handle_port_reset()
1615 if (port_status & EHCI_RH_PORT_ENABLE) { in ehci_get_root_hub_port_status()
1652 if ((!(port_status & EHCI_RH_PORT_ENABLE)) && in ehci_get_root_hub_port_status()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehci.h264 #define EHCI_RH_PORT_ENABLE 0x00000004 /* Port enable */ macro