Home
last modified time | relevance | path

Searched defs:EP0_GET_RX_LEN (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/usb/gadget/
H A Daspeed_usbtty.c82 #define EP0_GET_RX_LEN(x) (((x) >> 16) & 0x7f) macro
H A Daspeed_udc.c85 #define EP0_GET_RX_LEN(x) (((x) >> 16) & 0x7f) macro