Searched refs:roothub (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/usb/host/ |
H A D | ohci-hub.c | 103 __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()
|
H A D | ohci.h | 242 } 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()
|
H A D | ohci-ps3.c | 30 &ohci->regs->roothub.a); in ps3_ohci_hc_start() 31 ohci_writel(ohci, 0x00060000, &ohci->regs->roothub.b); in ps3_ohci_hc_start()
|
H A D | ohci-omap.c | 81 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()
|
H A D | ohci-hcd.c | 665 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() 1169 &ohci->regs->roothub.portstatus[port]); in ohci_resume()
|
H A D | ohci-da8xx.c | 260 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/Documentation/usb/ |
H A D | chipidea.rst | 123 2.4 Enable roothub's wakeup::
|