Lines Matching defs:status_reg
539 u32 __iomem *status_reg;
543 status_reg = &ehci->regs->port_status[portnum];
552 port_status = ehci_readl(ehci, status_reg);
560 ehci_writel(ehci, port_status, status_reg);
573 u32 __iomem *status_reg,
596 ehci_writel(ehci, port_status, status_reg);
880 u32 __iomem *status_reg, *hostpc_reg;
893 status_reg = &ehci->regs->port_status[temp];
919 temp = ehci_readl(ehci, status_reg);
931 ehci_writel(ehci, temp & ~PORT_PE, status_reg);
934 ehci_writel(ehci, temp | PORT_PEC, status_reg);
964 ehci_writel(ehci, temp | PORT_RESUME, status_reg);
981 ehci_writel(ehci, temp | PORT_CSC, status_reg);
984 ehci_writel(ehci, temp | PORT_OCC, status_reg);
1008 temp = ehci_readl(ehci, status_reg);
1031 temp = ehci_readl(ehci, status_reg);
1063 ehci_writel(ehci, temp, status_reg);
1065 retval = ehci_handshake(ehci, status_reg,
1072 temp = ehci_readl(ehci, status_reg);
1081 status_reg);
1085 retval = ehci_handshake(ehci, status_reg,
1094 temp = check_reset_complete (ehci, wIndex, status_reg,
1095 ehci_readl(ehci, status_reg));
1103 ehci_writel(ehci, temp, status_reg);
1105 temp = ehci_readl(ehci, status_reg);
1176 temp = ehci_readl(ehci, status_reg);
1195 ehci_writel(ehci, temp | PORT_SUSPEND, status_reg);
1255 ehci_writel(ehci, temp, status_reg);
1295 temp = ehci_readl(ehci, status_reg);
1297 ehci_writel(ehci, temp, status_reg);
1340 u32 __iomem *status_reg = &ehci->regs->port_status[portnum];
1341 u32 temp = ehci_readl(ehci, status_reg) & ~PORT_RWC_BITS;
1344 ehci_writel(ehci, temp | PORT_POWER, status_reg);
1346 ehci_writel(ehci, temp & ~PORT_POWER, status_reg);