Home
last modified time | relevance | path

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

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