Searched refs:EHCI_RH_PORT_ENABLE (Results 1 – 2 of 2) sorted by relevance
781 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()
264 #define EHCI_RH_PORT_ENABLE 0x00000004 /* Port enable */ macro