Searched refs:portstat (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/drivers/usb/host/ |
D | ohci-hub.c | 103 __hc32 __iomem *portstat = ohci->regs->roothub.portstatus; in ohci_rh_suspend() local 107 for (i = 0; i < ohci->num_ports; (++i, ++portstat)) { in ohci_rh_suspend() 108 temp = ohci_readl(ohci, portstat); in ohci_rh_suspend() 111 ohci_writel(ohci, RH_PS_PSS, portstat); in ohci_rh_suspend() 622 __hc32 __iomem *portstat = &ohci->regs->roothub.portstatus [port]; in root_port_reset() local 638 temp = ohci_readl (ohci, portstat); in root_port_reset() 661 ohci_writel (ohci, RH_PS_PRSC, portstat); in root_port_reset() 664 ohci_writel (ohci, RH_PS_PRS, portstat); in root_port_reset()
|
D | u132-hcd.c | 2642 u32 portstat; in u132_roothub_portreset() local 2645 roothub.portstatus[port_index], &portstat); in u132_roothub_portreset() 2648 if (RH_PS_PRS & portstat) in u132_roothub_portreset() 2653 if (RH_PS_PRS & portstat) in u132_roothub_portreset() 2655 if (RH_PS_CCS & portstat) { in u132_roothub_portreset() 2656 if (RH_PS_PRSC & portstat) { in u132_roothub_portreset()
|