Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/usb/
Dehci_def.h153 #define PORT_USB11(x) (((x)&(3<<10)) == (1<<10)) /* USB 1.1 device */ macro
/Linux-v4.19/drivers/usb/isp1760/
Disp1760-regs.h51 #define PORT_USB11(x) (((x) & (3 << 10)) == (1 << 10)) /* USB 1.1 device */ macro
/Linux-v4.19/drivers/usb/host/
Doxu210hp.h153 #define PORT_USB11(x) (((x)&(3<<10)) == (1<<10)) /* USB 1.1 device */ macro
Dfotg210.h274 #define PORT_USB11(x) (((x)&(3<<10)) == (1<<10)) /* USB 1.1 device */ macro