Searched refs:DPU_ROP_CONTROL_Mode_MASK (Results 1 – 2 of 2) sorted by relevance
2743 rop->CONTROL = (rop->CONTROL & DPU_ROP_CONTROL_Mode_MASK) | config->controlFlags; in DPU_SetRopConfig()2761 rop->CONTROL |= DPU_ROP_CONTROL_Mode_MASK; in DPU_EnableRop()2765 rop->CONTROL &= ~DPU_ROP_CONTROL_Mode_MASK; in DPU_EnableRop()
205 #define DPU_ROP_CONTROL_Mode_MASK (1U << 0U) macro