PORT_USB11        277 drivers/usb/host/fotg210.h #define PORT_USB11(x) (((x)&(3<<10)) == (1<<10))	/* USB 1.1 device */
PORT_USB11        183 drivers/usb/host/oxu210hp-hcd.c #define PORT_USB11(x) (((x)&(3<<10)) == (1<<10))	/* USB 1.1 device */
PORT_USB11         51 drivers/usb/isp1760/isp1760-regs.h #define PORT_USB11(x)		(((x) & (3 << 10)) == (1 << 10))	/* USB 1.1 device */
PORT_USB11        153 include/linux/usb/ehci_def.h #define PORT_USB11(x) (((x)&(3<<10)) == (1<<10))	/* USB 1.1 device */