Searched refs:secSrc (Results 1 – 1 of 1) sorted by relevance
61 #define DPU_MAKE_SRC_REG2(primSrc, secSrc) \ argument62 ((((uint32_t)(primSrc)) & 0x3FU) | (((((uint32_t)(secSrc)) & 0x3FU) << 0x8U)))64 #define DPU_MAKE_SRC_REG3(primSrc, secSrc, tertSrc) \ argument65 ((((uint32_t)(primSrc)) & 0x3FU) | ((((uint32_t)(secSrc)) & 0x3FU) << 0x8U) | \