Lines Matching refs: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);
742 u32 __iomem *status_reg, *hostpc_reg;
756 status_reg = &ehci->regs->port_status[temp];
782 temp = ehci_readl(ehci, status_reg);
794 ehci_writel(ehci, temp & ~PORT_PE, status_reg);
797 ehci_writel(ehci, temp | PORT_PEC, status_reg);
827 ehci_writel(ehci, temp | PORT_RESUME, status_reg);
844 ehci_writel(ehci, temp | PORT_CSC, status_reg);
847 ehci_writel(ehci, temp | PORT_OCC, status_reg);
871 temp = ehci_readl(ehci, status_reg);
901 temp = ehci_readl(ehci, status_reg);
933 ehci_writel(ehci, temp, status_reg);
935 retval = ehci_handshake(ehci, status_reg,
942 temp = ehci_readl(ehci, status_reg);
951 status_reg);
955 retval = ehci_handshake(ehci, status_reg,
964 temp = check_reset_complete (ehci, wIndex, status_reg,
965 ehci_readl(ehci, status_reg));
973 ehci_writel(ehci, temp, status_reg);
975 temp = ehci_readl(ehci, status_reg);
1046 temp = ehci_readl(ehci, status_reg);
1065 ehci_writel(ehci, temp | PORT_SUSPEND, status_reg);
1125 ehci_writel(ehci, temp, status_reg);
1165 temp = ehci_readl(ehci, status_reg);
1167 ehci_writel(ehci, temp, status_reg);
1210 u32 __iomem *status_reg = &ehci->regs->port_status[portnum];
1211 u32 temp = ehci_readl(ehci, status_reg) & ~PORT_RWC_BITS;
1214 ehci_writel(ehci, temp | PORT_POWER, status_reg);
1216 ehci_writel(ehci, temp & ~PORT_POWER, status_reg);