Searched refs:USBPORTSC_PEC (Results 1 – 3 of 3) sorted by relevance
36 #define RWC_BITS (USBPORTSC_OCC | USBPORTSC_PEC | USBPORTSC_CSC)160 CLR_RH_PORTSTAT(USBPORTSC_CSC | USBPORTSC_PEC); in uhci_check_ports()281 if (status & USBPORTSC_PEC) in uhci_hub_control()364 CLR_RH_PORTSTAT(USBPORTSC_PEC); in uhci_hub_control()
59 #define USBPORTSC_PEC 0x0008 /* Port Enable Change */ macro
273 (status & USBPORTSC_PEC) ? " EnableChange" : "", in uhci_show_sc()