Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_hub.c722 if (!(port_status & EHCI_RH_PORT_POWER)) { in ehci_handle_port_power()
725 port_status | EHCI_RH_PORT_POWER); in ehci_handle_port_power()
732 if (port_status & EHCI_RH_PORT_POWER) { in ehci_handle_port_power()
735 port_status & ~EHCI_RH_PORT_POWER); in ehci_handle_port_power()
1648 if (port_status & EHCI_RH_PORT_POWER) { in ehci_get_root_hub_port_status()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehci.h255 #define EHCI_RH_PORT_POWER 0x00001000 /* Port power */ macro