Home
last modified time | relevance | path

Searched defs:EP_SET_EP_NUM (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/usb/gadget/
H A Daspeed_usbtty.c105 #define EP_SET_EP_NUM(x) (((x) & 0xf) << 8) macro
H A Daspeed_udc.c108 #define EP_SET_EP_NUM(x) (((x) & 0xf) << 8) macro
/openbmc/linux/drivers/usb/gadget/udc/
H A Daspeed_udc.c127 #define EP_SET_EP_NUM(x) ((x & 0xf) << 8) macro