Home
last modified time | relevance | path

Searched refs:portstat (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/usb/host/
H A Dohci-hub.c103 __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()