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

/drivers/usb/host/
H A Disp1760-hcd.c86 #define PORT_USB11(x) (((x) & (3 << 10)) == (1 << 10)) /* USB 1.1 device */ macro
2073 && PORT_USB11(temp)) {
H A Dfotg210.h265 #define PORT_USB11(x) (((x)&(3<<10)) == (1<<10)) /* USB 1.1 device */ macro
H A Dfusbh200.h260 #define PORT_USB11(x) (((x)&(3<<10)) == (1<<10)) /* USB 1.1 device */ macro
H A Doxu210hp.h152 #define PORT_USB11(x) (((x)&(3<<10)) == (1<<10)) /* USB 1.1 device */ macro

Completed in 89 milliseconds