Searched refs:USBPORTSC_PEC (Results 1 – 3 of 3) sorted by relevance
35 #define RWC_BITS (USBPORTSC_OCC | USBPORTSC_PEC | USBPORTSC_CSC)159 CLR_RH_PORTSTAT(USBPORTSC_CSC | USBPORTSC_PEC); in uhci_check_ports()280 if (status & USBPORTSC_PEC) in uhci_hub_control()363 CLR_RH_PORTSTAT(USBPORTSC_PEC); in uhci_hub_control()
55 #define USBPORTSC_PEC 0x0008 /* Port Enable Change */ macro
272 (status & USBPORTSC_PEC) ? " EnableChange" : "", in uhci_show_sc()