Home
last modified time | relevance | path

Searched defs:EP0_GET_RX_LEN (Results 1 – 3 of 3) 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
/openbmc/linux/drivers/usb/gadget/udc/
H A Daspeed_udc.c102 #define EP0_GET_RX_LEN(x) ((x >> 16) & 0x7f) macro