Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/usb/host/
Dohci-hub.c103 __hc32 __iomem *portstat = ohci->regs->roothub.portstatus; in ohci_rh_suspend()
484 ohci_readl (ohci, &ohci->regs->roothub.a) & RH_A_NDP); in ohci_hub_status_data()
590 status = ohci_readl(ohci, &ohci->regs->roothub.portstatus [port]); in ohci_start_port_reset()
595 ohci_writel(ohci, RH_PS_PRS, &ohci->regs->roothub.portstatus [port]); in ohci_start_port_reset()
622 __hc32 __iomem *portstat = &ohci->regs->roothub.portstatus [port]; in root_port_reset()
697 &ohci->regs->roothub.status); in ohci_hub_control()
739 &ohci->regs->roothub.portstatus [wIndex]); in ohci_hub_control()
782 &ohci->regs->roothub.portstatus [wIndex]); in ohci_hub_control()
786 &ohci->regs->roothub.portstatus [wIndex]); in ohci_hub_control()
Dohci.h242 } roothub; member
710 u32 temp = ohci_readl (hc, &hc->regs->roothub.register); \
715 temp = ohci_readl (hc, &hc->regs->roothub.register); \
721 { return ohci_readl (hc, &hc->regs->roothub.b); } in roothub_b()
723 { return ohci_readl (hc, &hc->regs->roothub.status); } in roothub_status()
Dohci-ps3.c30 &ohci->regs->roothub.a); in ps3_ohci_hc_start()
31 ohci_writel(ohci, 0x00060000, &ohci->regs->roothub.b); in ps3_ohci_hc_start()
Dohci-omap.c81 writel (RH_PS_PSS, &ohci->regs->roothub.portstatus [port]); in start_hnp()
161 ohci_writel(ohci, rh, &ohci->regs->roothub.a); in ohci_omap_reset()
Dohci-hcd.c665 ohci_writel (ohci, RH_HS_DRWE, &ohci->regs->roothub.status); in ohci_run()
690 ohci_writel(ohci, val, &ohci->regs->roothub.a); in ohci_run()
692 ohci_writel (ohci, RH_HS_LPSC, &ohci->regs->roothub.status); in ohci_run()
694 &ohci->regs->roothub.b); in ohci_run()
1161 &ohci->regs->roothub.portstatus[port]); in ohci_resume()
Dohci-da8xx.c260 rh_a = ohci_readl(ohci, &ohci->regs->roothub.a); in ohci_da8xx_reset()
273 ohci_writel(ohci, rh_a, &ohci->regs->roothub.a); in ohci_da8xx_reset()
/linux-6.6.21/Documentation/usb/
Dchipidea.rst123 2.4 Enable roothub's wakeup::