Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/host/
Dusb-ohci.c114 u32 temp = readl (&hc->regs->roothub.register); \
117 temp = readl (&hc->regs->roothub.register); \
123 { return readl (&hc->regs->roothub.b); } in roothub_b()
125 { return readl (&hc->regs->roothub.status); } in roothub_status()
1860 readl (&ohci->regs->roothub.a) & RH_A_NDP); in rh_send_irq()
1941 #define WR_RH_STAT(x) writel((x), &ohci->regs->roothub.status)
1942 #define WR_RH_PORTSTAT(x) writel((x), &ohci->regs->roothub.portstatus[wIndex-1])
2283 &ohci->regs->roothub.a); in hc_start()
2289 &ohci->regs->roothub.a); in hc_start()
2291 writel (RH_HS_LPSC, &ohci->regs->roothub.status); in hc_start()
Dusb-ohci.h178 } roothub; member