Searched refs:STS_PCD (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/usb/
H A Dehci_def.h93 #define STS_PCD (1<<2) /* port change detect */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Doxu210hp.h115 #define STS_PCD (1<<2) /* port change detect */ macro
119 #define INTR_MASK (STS_IAA | STS_FATAL | STS_PCD | STS_ERR | STS_INT)
H A Dehci-au1xxx.c263 mask &= ~STS_PCD;
H A Dehci-mips.c225 mask &= ~STS_PCD;
H A Dehci-pci.c387 mask &= ~STS_PCD;
H A Dehci-hub.c176 if (!suspending && (ehci_readl(ehci, &ehci->regs->status) & STS_PCD))
302 mask &= ~STS_PCD;
671 status = STS_PCD;
H A Dehci-hcd.c115 #define INTR_MASK (STS_IAA | STS_FATAL | STS_PCD | STS_ERR | STS_INT)
811 if (status & STS_PCD) {
H A Dehci-dbg.c208 (status & STS_PCD) ? " PCD" : "",
224 (enable & STS_PCD) ? " PCD" : "",
H A Doxu210hp-hcd.c101 (status & STS_PCD) ? " PCD" : "",
115 (enable & STS_PCD) ? " PCD" : "",
2459 if (status & STS_PCD) {
2507 if (pcd_status & STS_PCD)
3104 status = STS_PCD;
3477 mask &= ~STS_PCD;
H A Disp1760-hcd.c68 #define STS_PCD (1<<2) /* port change detect */ macro
1795 status = STS_PCD;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/early/
H A Dehci-dbgp.c668 if (status & STS_PCD)

Completed in 121 milliseconds