Searched refs:PORT_USB11 (Results 1 – 6 of 6) sorted by relevance
54 #define PORT_USB11(x) (((x) & (3 << 10)) == (1 << 10)) /* USB 1.1 device */ macro
2047 && PORT_USB11(temp)) { in isp1760_hub_control()
152 #define PORT_USB11(x) (((x)&(3<<10)) == (1<<10)) /* USB 1.1 device */ macro
273 #define PORT_USB11(x) (((x)&(3<<10)) == (1<<10)) /* USB 1.1 device */ macro
1209 && PORT_USB11 (temp)) { in ehci_hub_control()