Lines Matching refs:t2
1302 u32 t1, t2; in xhci_bus_suspend() local
1306 t2 = xhci_port_state_to_neutral(t1); in xhci_bus_suspend()
1317 t2 &= ~PORT_PLS_MASK; in xhci_bus_suspend()
1318 t2 |= PORT_LINK_STROBE | XDEV_U3; in xhci_bus_suspend()
1327 t2 |= PORT_WKOC_E | PORT_WKDISC_E; in xhci_bus_suspend()
1328 t2 &= ~PORT_WKCONN_E; in xhci_bus_suspend()
1330 t2 |= PORT_WKOC_E | PORT_WKCONN_E; in xhci_bus_suspend()
1331 t2 &= ~PORT_WKDISC_E; in xhci_bus_suspend()
1334 t2 &= ~PORT_WAKE_BITS; in xhci_bus_suspend()
1337 if (t1 != t2) in xhci_bus_suspend()
1338 writel(t2, port_array[port_index]); in xhci_bus_suspend()