Searched refs:pipeline (Results 1 – 1 of 1) sorted by relevance
1509 … DPU_PIPELINE_Type *pipeline = (DPU_PIPELINE_Type *)(((uint32_t)base) + DPU_GET_UNIT_OFFSET(unit)); in DPU_InitPipeline() local1512 pipeline->STATIC = DPU_PIPELINE_STATIC_DIV(0x80) | DPU_UNIT_SHDEN_MASK; in DPU_InitPipeline()1527 … DPU_PIPELINE_Type *pipeline = (DPU_PIPELINE_Type *)(((uint32_t)base) + DPU_GET_UNIT_OFFSET(unit)); in DPU_DeinitPipeline() local1530 pipeline->STATIC = DPU_PIPELINE_STATIC_POWERDOWN_MASK; in DPU_DeinitPipeline()1545 … DPU_PIPELINE_Type *pipeline = (DPU_PIPELINE_Type *)(((uint32_t)base) + DPU_GET_UNIT_OFFSET(unit)); in DPU_TriggerPipelineShadowLoad() local1547 pipeline->TRIGGER = DPU_PIPELINE_TRIGGER_SYNC_TRIGGER_MASK; in DPU_TriggerPipelineShadowLoad()1566 … DPU_PIPELINE_Type *pipeline = (DPU_PIPELINE_Type *)(((uint32_t)base) + DPU_GET_UNIT_OFFSET(unit)); in DPU_TriggerPipelineCompleteInterrupt() local1568 pipeline->TRIGGER = DPU_PIPELINE_TRIGGER_SEQ_COMP_MASK; in DPU_TriggerPipelineCompleteInterrupt()