Searched refs:portstat (Results 1 – 2 of 2) sorted by relevance
/drivers/usb/host/ |
D | ohci-hub.c | 99 __hc32 __iomem *portstat = ohci->regs->roothub.portstatus; in ohci_rh_suspend() local 103 for (i = 0; i < ohci->num_ports; (++i, ++portstat)) { in ohci_rh_suspend() 104 temp = ohci_readl(ohci, portstat); in ohci_rh_suspend() 107 ohci_writel(ohci, RH_PS_PSS, portstat); in ohci_rh_suspend() 616 __hc32 __iomem *portstat = &ohci->regs->roothub.portstatus [port]; in root_port_reset() local 632 temp = ohci_readl (ohci, portstat); in root_port_reset() 655 ohci_writel (ohci, RH_PS_PRSC, portstat); in root_port_reset() 658 ohci_writel (ohci, RH_PS_PRS, portstat); in root_port_reset()
|
D | u132-hcd.c | 2657 u32 portstat; in u132_roothub_portreset() local 2660 roothub.portstatus[port_index], &portstat); in u132_roothub_portreset() 2663 if (RH_PS_PRS & portstat) in u132_roothub_portreset() 2668 if (RH_PS_PRS & portstat) in u132_roothub_portreset() 2670 if (RH_PS_CCS & portstat) { in u132_roothub_portreset() 2671 if (RH_PS_PRSC & portstat) { in u132_roothub_portreset()
|