Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/
Dhub.h32 #define USB_PORT_FEAT_HIGHSPEED 10 macro
Dhub.c47 if (portstatus & (1 << USB_PORT_FEAT_HIGHSPEED)) in portspeed()
/linux-2.4.37.9/drivers/usb/host/
Dehci-hub.c260 status |= 1 << USB_PORT_FEAT_HIGHSPEED; in ehci_hub_control()