Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_hub.c1011 ((port_status | EHCI_RH_PORT_RESET) & in ehci_handle_port_reset()
1025 (port_status & ~EHCI_RH_PORT_RESET)); in ehci_handle_port_reset()
1043 if (!(port_status & EHCI_RH_PORT_RESET)) { in ehci_handle_port_reset()
1185 if (port_status & EHCI_RH_PORT_RESET) { in ehci_handle_complete_port_reset()
1187 port_status & ~EHCI_RH_PORT_RESET); in ehci_handle_complete_port_reset()
1628 if (port_status & EHCI_RH_PORT_RESET) { in ehci_get_root_hub_port_status()
/titanic_41/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehci.h258 #define EHCI_RH_PORT_RESET 0x00000100 /* Port reset */ macro