Searched refs:ppcd (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 Dehci-hcd.c813 u32 ppcd = 0; local
824 ppcd = status >> 16;
830 if (ehci->has_ppcd && !(ppcd & (1 << i)))
H A Dehci-hub.c616 u32 ppcd = 0; local
649 ppcd = ehci_readl(ehci, &ehci->regs->status) >> 16;
653 if (ehci->has_ppcd && !(ppcd & (1 << i)))

Completed in 62 milliseconds