Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/isp1760/
Disp1760-regs.h54 #define PORT_USB11(x) (((x) & (3 << 10)) == (1 << 10)) /* USB 1.1 device */ macro
Disp1760-hcd.c2047 && PORT_USB11(temp)) { in isp1760_hub_control()
/linux-4.1.27/include/linux/usb/
Dehci_def.h152 #define PORT_USB11(x) (((x)&(3<<10)) == (1<<10)) /* USB 1.1 device */ macro
/linux-4.1.27/drivers/usb/host/
Doxu210hp.h152 #define PORT_USB11(x) (((x)&(3<<10)) == (1<<10)) /* USB 1.1 device */ macro
Dfotg210.h267 #define PORT_USB11(x) (((x)&(3<<10)) == (1<<10)) /* USB 1.1 device */ macro
Dfusbh200.h262 #define PORT_USB11(x) (((x)&(3<<10)) == (1<<10)) /* USB 1.1 device */ macro
Dehci-hub.c1208 && PORT_USB11 (temp)) { in ehci_hub_control()