Searched refs:EHCI_RH_PORT_POWER (Results 1 – 2 of 2) sorted by relevance
722 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()
255 #define EHCI_RH_PORT_POWER 0x00001000 /* Port power */ macro