Lines Matching refs:t2
192 u32 t2 = t1 & ~PORT_WAKE_BITS; in ehci_adjust_port_wakeup_flags() local
199 t2 |= PORT_WKOC_E | PORT_WKDISC_E; in ehci_adjust_port_wakeup_flags()
201 t2 |= PORT_WKOC_E | PORT_WKCONN_E; in ehci_adjust_port_wakeup_flags()
203 ehci_writel(ehci, t2, reg); in ehci_adjust_port_wakeup_flags()
271 u32 t2 = t1 & ~PORT_WAKE_BITS; in ehci_bus_suspend() local
277 t2 |= PORT_SUSPEND; in ehci_bus_suspend()
289 t2 |= PORT_WKOC_E | PORT_WKDISC_E; in ehci_bus_suspend()
291 t2 |= PORT_WKOC_E | PORT_WKCONN_E; in ehci_bus_suspend()
294 if (t1 != t2) { in ehci_bus_suspend()
301 if ((t2 & PORT_WKDISC_E) && in ehci_bus_suspend()
302 ehci_port_speed(ehci, t2) == in ehci_bus_suspend()
305 ehci_writel(ehci, t2, reg); in ehci_bus_suspend()