Searched refs:USBPORTSC_OCC (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)
67 mask &= ~USBPORTSC_OCC;
279 if ((status & USBPORTSC_OCC) && !ignore_oc)
392 CLR_RH_PORTSTAT(USBPORTSC_OCC);
H A Duhci-hcd.h64 #define USBPORTSC_OCC 0x0800 /* Over Current Change R/WC */ macro
H A Duhci-debug.c241 (status & USBPORTSC_OCC) ? " OverCurrentChange" : "",

Completed in 68 milliseconds