Home
last modified time | relevance | path

Searched refs:QH_ENDPT1_MAXPKTLEN (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/drivers/usb/host/
Dehci.h195 #define QH_ENDPT1_MAXPKTLEN(x) (((x) & 0x7ff) << 16) /* Maximum Packet Length */ macro
Dehci-hcd.c410 QH_ENDPT1_MAXPKTLEN(maxpacket) | QH_ENDPT1_H(0) | in ehci_submit_async()