Searched defs:PORT_USB11 (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/usb/
H A Dehci_def.h141 #define PORT_USB11(x) (((x)&(3<<10)) == (1<<10)) /* USB 1.1 device */ macro
/linux-master/drivers/usb/fotg210/
H A Dfotg210-hcd.h275 #define PORT_USB11(x) (((x)&(3<<10)) == (1<<10)) /* USB 1.1 device */ macro
/linux-master/drivers/usb/host/
H A Doxu210hp-hcd.c184 #define PORT_USB11(x) (((x)&(3<<10)) == (1<<10)) /* USB 1.1 device */ macro

Completed in 95 milliseconds