Searched refs:rop (Results 1 – 1 of 1) sorted by relevance
2693 DPU_ROP_Type *rop = (DPU_ROP_Type *)(((uint32_t)base) + DPU_GET_UNIT_OFFSET(unit)); in DPU_InitRop() local2695 rop->STATICCONTROL = DPU_UNIT_SHDEN_MASK; in DPU_InitRop()2739 DPU_ROP_Type *rop = (DPU_ROP_Type *)(((uint32_t)base) + DPU_GET_UNIT_OFFSET(unit)); in DPU_SetRopConfig() local2741 rop->RASTEROPERATIONINDICES = in DPU_SetRopConfig()2743 rop->CONTROL = (rop->CONTROL & DPU_ROP_CONTROL_Mode_MASK) | config->controlFlags; in DPU_SetRopConfig()2757 DPU_ROP_Type *rop = (DPU_ROP_Type *)(((uint32_t)base) + DPU_GET_UNIT_OFFSET(unit)); in DPU_EnableRop() local2761 rop->CONTROL |= DPU_ROP_CONTROL_Mode_MASK; in DPU_EnableRop()2765 rop->CONTROL &= ~DPU_ROP_CONTROL_Mode_MASK; in DPU_EnableRop()