Searched refs:USBPORTSC_PEC (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Duhci-hub.c34 #define RWC_BITS (USBPORTSC_OCC | USBPORTSC_PEC | USBPORTSC_CSC)
160 CLR_RH_PORTSTAT(USBPORTSC_CSC | USBPORTSC_PEC);
277 if (status & USBPORTSC_PEC)
358 CLR_RH_PORTSTAT(USBPORTSC_PEC);
H A Duhci-hcd.h55 #define USBPORTSC_PEC 0x0008 /* Port Enable Change */ macro
H A Duhci-debug.c246 (status & USBPORTSC_PEC) ? " EnableChange" : "",

Completed in 65 milliseconds