Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/usb/
Dehci_def.h141 #define PORT_USB11(x) (((x)&(3<<10)) == (1<<10)) /* USB 1.1 device */ macro
/Linux-v6.6/drivers/usb/fotg210/
Dfotg210-hcd.h275 #define PORT_USB11(x) (((x)&(3<<10)) == (1<<10)) /* USB 1.1 device */ macro
/Linux-v6.6/drivers/usb/host/
Dehci-hub.c1102 && PORT_USB11 (temp)) { in ehci_hub_control()
Doxu210hp-hcd.c184 #define PORT_USB11(x) (((x)&(3<<10)) == (1<<10)) /* USB 1.1 device */ macro