Searched refs:PORT_RESET (Results 1 – 3 of 3) sorted by relevance
1567 if ((temp & PORT_RESET) in ehci_hub_control()1577 ehci_writel (temp & ~PORT_RESET, in ehci_hub_control()1583 } while ((temp&(PORT_RESET|PORT_CONNECT)) == (PORT_RESET|PORT_CONNECT)&&(time_out++<10000)); in ehci_hub_control()1685 if (temp & PORT_RESET) in ehci_hub_control()1802 temp |= PORT_RESET; in ehci_hub_control()
1186 #define PORT_RESET (1<<8) /* reset port */ macro
381 (status & PORT_RESET) ? " RESET" : "", in dbg_port_buf()