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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/host/
H A Duhci.h48 #define USBPORTSC_PEC 0x0008 /* Port Enable Change */ macro
H A Dusb-uhci-debug.h144 (status & USBPORTSC_PEC) ? "EnableChange " : "",
H A Dusb-uhci.h58 #define USBPORTSC_PEC 0x0008 /* Port Enable Change */ macro
H A Duhci-debug.h124 (status & USBPORTSC_PEC) ? "EnableChange " : "",
H A Duhci.c2142 ((status & USBPORTSC_PEC) >> (3 - 1)) |
2180 SET_RH_PORTSTAT(USBPORTSC_PEC);
H A Dusb-uhci.c2074 ((status & USBPORTSC_PEC) >> (3 - 1)) |
2115 SET_RH_PORTSTAT (USBPORTSC_PEC);

Completed in 102 milliseconds