Searched refs:portstat (Results 1 – 2 of 2) sorted by relevance
643 __hc32 __iomem *portstat = &ohci->regs->roothub.portstatus [port]; in root_port_reset() local659 temp = ohci_readl (ohci, portstat); in root_port_reset()682 ohci_writel (ohci, RH_PS_PRSC, portstat); in root_port_reset()685 ohci_writel (ohci, RH_PS_PRS, portstat); in root_port_reset()
2661 u32 portstat; in u132_roothub_portreset() local2664 roothub.portstatus[port_index], &portstat); in u132_roothub_portreset()2667 if (RH_PS_PRS & portstat) in u132_roothub_portreset()2672 if (RH_PS_PRS & portstat) in u132_roothub_portreset()2674 if (RH_PS_CCS & portstat) { in u132_roothub_portreset()2675 if (RH_PS_PRSC & portstat) { in u132_roothub_portreset()