Lines Matching refs:t2
1145 u32 t1, t2; in xhci_bus_suspend() local
1149 t2 = xhci_port_state_to_neutral(t1); in xhci_bus_suspend()
1160 t2 &= ~PORT_PLS_MASK; in xhci_bus_suspend()
1161 t2 |= PORT_LINK_STROBE | XDEV_U3; in xhci_bus_suspend()
1170 t2 |= PORT_WKOC_E | PORT_WKDISC_E; in xhci_bus_suspend()
1171 t2 &= ~PORT_WKCONN_E; in xhci_bus_suspend()
1173 t2 |= PORT_WKOC_E | PORT_WKCONN_E; in xhci_bus_suspend()
1174 t2 &= ~PORT_WKDISC_E; in xhci_bus_suspend()
1177 t2 &= ~PORT_WAKE_BITS; in xhci_bus_suspend()
1180 if (t1 != t2) in xhci_bus_suspend()
1181 writel(t2, port_array[port_index]); in xhci_bus_suspend()