Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dohci-hcd.c197 { return ohci_readl(&hc->regs->roothub.a); } in roothub_a()
199 { return ohci_readl(&hc->regs->roothub.b); } in roothub_b()
201 { return ohci_readl(&hc->regs->roothub.status); } in roothub_status()
203 { return ohci_readl(&hc->regs->roothub.portstatus[i]); } in roothub_portstatus()
1204 &ohci->regs->roothub.status); }
1206 (x)); ohci_writel((x), &ohci->regs->roothub.portstatus[wIndex-1]); }
1208 #define WR_RH_STAT(x) ohci_writel((x), &ohci->regs->roothub.status)
1210 &ohci->regs->roothub.portstatus[wIndex-1])
1887 &ohci->regs->roothub.a); in hc_start()
1888 ohci_writel(RH_HS_LPSC, &ohci->regs->roothub.status); in hc_start()
H A Dohci.h189 } roothub; member