Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Duhci-hub.c161 SET_RH_PORTSTAT(USBPORTSC_PE); in uhci_check_ports()
297 if (status & USBPORTSC_PE) { in uhci_hub_control()
358 CLR_RH_PORTSTAT(USBPORTSC_PE); in uhci_hub_control()
H A Duhci-hcd.h58 #define USBPORTSC_PE 0x0004 /* Port Enable */ macro
H A Duhci-debug.c274 (status & USBPORTSC_PE) ? " Enabled" : "", in uhci_show_sc()