Home
last modified time | relevance | path

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

/drivers/usb/host/
Duhci-hub.c35 #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()
Duhci-hcd.h55 #define USBPORTSC_PEC 0x0008 /* Port Enable Change */ macro
Duhci-debug.c272 (status & USBPORTSC_PEC) ? " EnableChange" : "", in uhci_show_sc()