Home
last modified time | relevance | path

Searched refs:PORT_USB11 (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/include/linux/usb/
Dehci_def.h144 #define PORT_USB11(x) (((x)&(3<<10)) == (1<<10)) /* USB 1.1 device */ macro
/linux-3.4.99/drivers/usb/host/
Doxu210hp.h152 #define PORT_USB11(x) (((x)&(3<<10)) == (1<<10)) /* USB 1.1 device */ macro
Dehci-hub.c1021 && PORT_USB11 (temp)) { in ehci_hub_control()
Disp1760-hcd.c86 #define PORT_USB11(x) (((x) & (3 << 10)) == (1 << 10)) /* USB 1.1 device */ macro
2068 && PORT_USB11(temp)) { in isp1760_hub_control()