Searched defs:DWC3_DEPCFG_BURST_SIZE (Results 1 – 2 of 2) sorted by relevance
46 #define DWC3_DEPCFG_BURST_SIZE(n) ((n) << 22) macro
39 #define DWC3_DEPCFG_BURST_SIZE(n) (((n) & 0xf) << 22) macro