Searched refs:roothub (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/usb/host/
H A Dohci-hub.c19 "%s roothub.portstatus [%d] " \
103 __hc32 __iomem *portstat = ohci->regs->roothub.portstatus;
484 ohci_readl (ohci, &ohci->regs->roothub.a) & RH_A_NDP);
590 status = ohci_readl(ohci, &ohci->regs->roothub.portstatus [port]);
595 ohci_writel(ohci, RH_PS_PRS, &ohci->regs->roothub.portstatus [port]);
622 __hc32 __iomem *portstat = &ohci->regs->roothub.portstatus [port];
697 &ohci->regs->roothub.status);
739 &ohci->regs->roothub.portstatus [wIndex]);
740 // ohci_readl (ohci, &ohci->regs->roothub.portstatus [wIndex]);
782 &ohci->regs->roothub
[all...]
H A Dohci-ps3.c30 &ohci->regs->roothub.a);
31 ohci_writel(ohci, 0x00060000, &ohci->regs->roothub.b);
H A Dohci.h242 } roothub; member in struct:ohci_regs
298 /* roothub.portstatus [i] bits */
312 /* roothub.status bits */
320 /* roothub.b masks */
324 /* roothub.a masks */
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); }
723 { return ohci_readl (hc, &hc->regs->roothub.status); }
H A Dohci-omap.c81 writel (RH_PS_PSS, &ohci->regs->roothub.portstatus [port]);
161 ohci_writel(ohci, rh, &ohci->regs->roothub.a);
H A Dohci-hcd.c560 /* also: power/overcurrent flags in roothub.a */
665 ohci_writel (ohci, RH_HS_DRWE, &ohci->regs->roothub.status);
690 ohci_writel(ohci, val, &ohci->regs->roothub.a);
692 ohci_writel (ohci, RH_HS_LPSC, &ohci->regs->roothub.status);
694 &ohci->regs->roothub.b);
1169 &ohci->regs->roothub.portstatus[port]);
H A Dohci-da8xx.c260 rh_a = ohci_readl(ohci, &ohci->regs->roothub.a);
273 ohci_writel(ohci, rh_a, &ohci->regs->roothub.a);

Completed in 107 milliseconds