Home
last modified time | relevance | path

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

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