Lines Matching refs:stage

289 		enum mdp_mixer_stage_id stage)  in mdp_ctl_blend_mask()  argument
292 case SSPP_VIG0: return MDP5_CTL_LAYER_REG_VIG0(stage); in mdp_ctl_blend_mask()
293 case SSPP_VIG1: return MDP5_CTL_LAYER_REG_VIG1(stage); in mdp_ctl_blend_mask()
294 case SSPP_VIG2: return MDP5_CTL_LAYER_REG_VIG2(stage); in mdp_ctl_blend_mask()
295 case SSPP_RGB0: return MDP5_CTL_LAYER_REG_RGB0(stage); in mdp_ctl_blend_mask()
296 case SSPP_RGB1: return MDP5_CTL_LAYER_REG_RGB1(stage); in mdp_ctl_blend_mask()
297 case SSPP_RGB2: return MDP5_CTL_LAYER_REG_RGB2(stage); in mdp_ctl_blend_mask()
298 case SSPP_DMA0: return MDP5_CTL_LAYER_REG_DMA0(stage); in mdp_ctl_blend_mask()
299 case SSPP_DMA1: return MDP5_CTL_LAYER_REG_DMA1(stage); in mdp_ctl_blend_mask()
300 case SSPP_VIG3: return MDP5_CTL_LAYER_REG_VIG3(stage); in mdp_ctl_blend_mask()
301 case SSPP_RGB3: return MDP5_CTL_LAYER_REG_RGB3(stage); in mdp_ctl_blend_mask()
309 enum mdp_mixer_stage_id stage) in mdp_ctl_blend_ext_mask() argument
311 if (stage < STAGE6 && (pipe != SSPP_CURSOR0 && pipe != SSPP_CURSOR1)) in mdp_ctl_blend_ext_mask()
325 case SSPP_CURSOR0: return MDP5_CTL_LAYER_EXT_REG_CURSOR0(stage); in mdp_ctl_blend_ext_mask()
326 case SSPP_CURSOR1: return MDP5_CTL_LAYER_EXT_REG_CURSOR1(stage); in mdp_ctl_blend_ext_mask()
350 enum mdp5_pipe stage[][MAX_PIPE_STAGE], in mdp5_ctl_blend()
374 mdp_ctl_blend_mask(stage[i][PIPE_LEFT], i) | in mdp5_ctl_blend()
375 mdp_ctl_blend_mask(stage[i][PIPE_RIGHT], i); in mdp5_ctl_blend()
377 mdp_ctl_blend_ext_mask(stage[i][PIPE_LEFT], i) | in mdp5_ctl_blend()
378 mdp_ctl_blend_ext_mask(stage[i][PIPE_RIGHT], i); in mdp5_ctl_blend()