Home
last modified time | relevance | path

Searched refs:QH_FULL_SPEED (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.h417 #define QH_FULL_SPEED (0 << 12) macro
H A Dfotg210-hcd.c325 case QH_FULL_SPEED: in speed_char()
/openbmc/u-boot/drivers/usb/host/
H A Dehci-hcd.c275 #define QH_FULL_SPEED 0 in ehci_encode_speed() macro
281 return QH_FULL_SPEED; in ehci_encode_speed()
419 endpt |= QH_ENDPT1_EPS(ehci_encode_speed(QH_FULL_SPEED)); in ehci_submit_async()
/openbmc/linux/drivers/usb/host/
H A Dehci.h390 #define QH_FULL_SPEED (0 << 12) macro
H A Dehci-dbg.c345 case QH_FULL_SPEED: in speed_char()