Lines Matching refs:t2
191 u32 t2 = t1 & ~PORT_WAKE_BITS; in ehci_adjust_port_wakeup_flags() local
198 t2 |= PORT_WKOC_E | PORT_WKDISC_E; in ehci_adjust_port_wakeup_flags()
200 t2 |= PORT_WKOC_E | PORT_WKCONN_E; in ehci_adjust_port_wakeup_flags()
202 ehci_writel(ehci, t2, reg); in ehci_adjust_port_wakeup_flags()
270 u32 t2 = t1 & ~PORT_WAKE_BITS; in ehci_bus_suspend() local
276 t2 |= PORT_SUSPEND; in ehci_bus_suspend()
288 t2 |= PORT_WKOC_E | PORT_WKDISC_E; in ehci_bus_suspend()
290 t2 |= PORT_WKOC_E | PORT_WKCONN_E; in ehci_bus_suspend()
293 if (t1 != t2) { in ehci_bus_suspend()
300 if ((t2 & PORT_WKDISC_E) && in ehci_bus_suspend()
301 ehci_port_speed(ehci, t2) == in ehci_bus_suspend()
304 ehci_writel(ehci, t2, reg); in ehci_bus_suspend()