Home
last modified time | relevance | path

Searched refs:QH_HIGH_SPEED (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.h415 #define QH_HIGH_SPEED (2 << 12) /* Endpoint speed */ macro
H A Dfotg210-hcd.c331 case QH_HIGH_SPEED: in speed_char()
2836 info1 |= QH_HIGH_SPEED; in qh_make()
/openbmc/linux/drivers/usb/host/
H A Dehci.h388 #define QH_HIGH_SPEED (2 << 12) /* Endpoint speed */ macro
H A Dehci-dbg.c349 case QH_HIGH_SPEED: in speed_char()
H A Dehci-q.c911 info1 |= QH_HIGH_SPEED; in qh_make()
/openbmc/u-boot/drivers/usb/host/
H A Dehci-hcd.c274 #define QH_HIGH_SPEED 2 in ehci_encode_speed() macro
278 return QH_HIGH_SPEED; in ehci_encode_speed()