Home
last modified time | relevance | path

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

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