Lines Matching defs:status_reg
179 u32 __iomem *status_reg;
184 status_reg = &ehci->regs->port_status[(wIndex & 0xff) - 1];
189 temp = ehci_readl(ehci, status_reg);
198 temp = ehci_readl(ehci, status_reg);
206 ehci_writel(ehci, temp | PORT_SUSPEND, status_reg);
212 if (ehci_handshake(ehci, status_reg, PORT_SUSPEND,
224 return tegra_ehci_internal_port_reset(ehci, status_reg);
236 temp = ehci_readl(ehci, status_reg);
252 ehci_writel(ehci, temp | PORT_RESUME, status_reg);
260 if (ehci_handshake(ehci, status_reg, PORT_RESUME, 0, 2000))
262 if (ehci_handshake(ehci, status_reg, PORT_SUSPEND, 0, 2000))