Searched refs:roothub (Results 1 – 4 of 4) sorted by relevance
/external/u-boot/arch/mips/mach-au1x00/ |
D | au1x00_usb_ohci.c | 96 u32 temp = readl (&hc->regs->roothub.register); \ 99 temp = readl (&hc->regs->roothub.register); \ 105 { return readl (&hc->regs->roothub.b); } in roothub_b() 107 { return readl (&hc->regs->roothub.status); } in roothub_status() 849 #define WR_RH_STAT(x) {info("WR:status %#8x", (x));writel((x), &gohci.regs->roothub.status);} 850 … {info("WR:portstatus[%d] %#8x", wIndex-1, (x));writel((x), &gohci.regs->roothub.portstatus[wIndex… 852 #define WR_RH_STAT(x) writel((x), &gohci.regs->roothub.status) 853 #define WR_RH_PORTSTAT(x) writel((x), &gohci.regs->roothub.portstatus[wIndex-1]) 1331 &ohci->regs->roothub.a); in hc_start() 1332 writel (RH_HS_LPSC, &ohci->regs->roothub.status); in hc_start() [all …]
|
D | au1x00_usb_ohci.h | 176 } roothub; member
|
/external/u-boot/drivers/usb/host/ |
D | ohci-hcd.c | 197 { 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()
|
D | ohci.h | 189 } roothub; member
|