Searched refs:portstat (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dohci-hub.c646 __hc32 __iomem *portstat = &ohci->regs->roothub.portstatus [port]; local
662 temp = ohci_readl (ohci, portstat);
685 ohci_writel (ohci, RH_PS_PRSC, portstat);
688 ohci_writel (ohci, RH_PS_PRS, portstat);
H A Du132-hcd.c2659 u32 portstat; local
2662 roothub.portstatus[port_index], &portstat);
2665 if (RH_PS_PRS & portstat)
2670 if (RH_PS_PRS & portstat)
2672 if (RH_PS_CCS & portstat) {
2673 if (RH_PS_PRSC & portstat) {

Completed in 124 milliseconds