Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/u-boot/common/
H A Dusb_hub.c269 unsigned short *portstat) in usb_hub_port_reset() argument
338 *portstat = portstatus; in usb_hub_port_reset()