Lines Matching defs:temp
238 u32 temp, port_index;
256 temp = ehci_readl(ehci, status_reg);
257 if ((temp & PORT_PE) == 0 || (temp & PORT_RESET) != 0) {
262 temp &= ~(PORT_RWC_BITS | PORT_WKCONN_E);
263 temp |= PORT_WKDISC_E | PORT_WKOC_E;
264 ehci_writel(ehci, temp | PORT_SUSPEND, status_reg);
279 temp = ehci_readl(ehci, status_reg);
280 temp &= ~(PORT_WKDISC_E | PORT_WKCONN_E);
281 ehci_writel(ehci, temp, status_reg);