Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.c97 u32 temp = readl (&hc->regs->roothub.register); \
100 temp = readl (&hc->regs->roothub.register); \
106 { return readl (&hc->regs->roothub.b); } in roothub_b()
108 { return readl (&hc->regs->roothub.status); } in roothub_status()
850 #define WR_RH_STAT(x) {info("WR:status %#8x", (x));writel((x), &gohci.regs->roothub.status);}
851 … {info("WR:portstatus[%d] %#8x", wIndex-1, (x));writel((x), &gohci.regs->roothub.portstatus[wIndex…
853 #define WR_RH_STAT(x) writel((x), &gohci.regs->roothub.status)
854 #define WR_RH_PORTSTAT(x) writel((x), &gohci.regs->roothub.portstatus[wIndex-1])
1332 &ohci->regs->roothub.a); in hc_start()
1333 writel (RH_HS_LPSC, &ohci->regs->roothub.status); in hc_start()
[all …]
H A Dau1x00_usb_ohci.h176 } roothub; member
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dohci-hcd.c201 { return ohci_readl(&hc->regs->roothub.a); } in roothub_a()
203 { return ohci_readl(&hc->regs->roothub.b); } in roothub_b()
205 { return ohci_readl(&hc->regs->roothub.status); } in roothub_status()
207 { return ohci_readl(&hc->regs->roothub.portstatus[i]); } in roothub_portstatus()
1209 &ohci->regs->roothub.status); }
1211 (x)); ohci_writel((x), &ohci->regs->roothub.portstatus[wIndex-1]); }
1213 #define WR_RH_STAT(x) ohci_writel((x), &ohci->regs->roothub.status)
1215 &ohci->regs->roothub.portstatus[wIndex-1])
1890 &ohci->regs->roothub.a); in hc_start()
1891 ohci_writel(RH_HS_LPSC, &ohci->regs->roothub.status); in hc_start()
H A Dohci.h189 } roothub; member