Home
last modified time | relevance | path

Searched refs:DPU_GET_UNIT_OFFSET (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/dpu/
Dfsl_dpu.c1102 return (DPU_SUBLAYER_CONTROL_Type *)(((uint32_t)base) + DPU_GET_UNIT_OFFSET(unit) + offset + in DPU_GetSubLayer()
1482 staticRegOffset = DPU_GET_UNIT_OFFSET(unit) + DPU_STATIC_CONTROL_OFFSET; in DPU_EnableShadowLoad()
1509 … DPU_PIPELINE_Type *pipeline = (DPU_PIPELINE_Type *)(((uint32_t)base) + DPU_GET_UNIT_OFFSET(unit)); in DPU_InitPipeline()
1527 … DPU_PIPELINE_Type *pipeline = (DPU_PIPELINE_Type *)(((uint32_t)base) + DPU_GET_UNIT_OFFSET(unit)); in DPU_DeinitPipeline()
1545 … DPU_PIPELINE_Type *pipeline = (DPU_PIPELINE_Type *)(((uint32_t)base) + DPU_GET_UNIT_OFFSET(unit)); in DPU_TriggerPipelineShadowLoad()
1566 … DPU_PIPELINE_Type *pipeline = (DPU_PIPELINE_Type *)(((uint32_t)base) + DPU_GET_UNIT_OFFSET(unit)); in DPU_TriggerPipelineCompleteInterrupt()
1620 offset = ((uint32_t)base) + DPU_GET_UNIT_OFFSET(unit); in DPU_SetColorPaletteIndexWidth()
1670 offset = ((uint32_t)base) + DPU_GET_UNIT_OFFSET(unit); in DPU_UpdateColorPalette()
1761 offset = DPU_GET_UNIT_OFFSET(unit); in DPU_InitFetchUnit()
1910 fetchWarp = (DPU_FETCHWARP_Type *)(((uint32_t)base) + DPU_GET_UNIT_OFFSET(unit)); in DPU_InitFetchUnitWarp()
[all …]
Dfsl_dpu.h109 #define DPU_GET_UNIT_OFFSET(unit) ((((uint32_t)(unit)) & DPU_UNIT_OFFSET_MASK) >> DPU_UNIT_OFFSET_S… macro