Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/dwc3/
H A Dgadget.h38 #define DWC3_DEPCFG_EP_NUMBER(n) ((n) << 25) macro
/openbmc/linux/drivers/usb/dwc3/
H A Dgadget.h31 #define DWC3_DEPCFG_EP_NUMBER(n) (((n) & 0x1f) << 25) macro