Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_hub.c887 port_status | EHCI_RH_PORT_RESUME); in ehci_handle_port_suspend()
925 if (!(port_status & EHCI_RH_PORT_RESUME)) { in ehci_handle_clrchng_port_suspend()
939 port_status & ~EHCI_RH_PORT_RESUME); in ehci_handle_clrchng_port_suspend()
955 if (!(port_status & EHCI_RH_PORT_RESUME)) { in ehci_handle_clrchng_port_suspend()
1602 if (port_status & EHCI_RH_PORT_RESUME) { in ehci_get_root_hub_port_status()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehci.h260 #define EHCI_RH_PORT_RESUME 0x00000040 /* Port resume */ macro