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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/host/
H A Dohci-hub.c562 __hc32 __iomem *portstat = &ohci->regs->roothub.portstatus [port]; local
574 temp = ohci_readl (ohci, portstat);
586 ohci_writel (ohci, RH_PS_PRSC, portstat);
589 ohci_writel (ohci, RH_PS_PRS, portstat);
H A Du132-hcd.c2610 u32 portstat; local
2613 roothub.portstatus[port_index], &portstat);
2616 if (RH_PS_PRS & portstat) {
2621 if (RH_PS_PRS & portstat)
2623 if (RH_PS_CCS & portstat) {
2624 if (RH_PS_PRSC & portstat) {

Completed in 69 milliseconds