Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/usb/host/
Duhci-hub.c161 SET_RH_PORTSTAT(USBPORTSC_PE); in uhci_check_ports()
293 if (status & USBPORTSC_PE) { in uhci_hub_control()
352 CLR_RH_PORTSTAT(USBPORTSC_PE); in uhci_hub_control()
Duhci-hcd.h54 #define USBPORTSC_PE 0x0004 /* Port Enable */ macro
Duhci-debug.c246 (status & USBPORTSC_PE) ? " Enabled" : "", in uhci_show_sc()