Searched refs:stage_cfg (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/watchdog/ |
| H A D | kempld_wdt.c | 107 u8 stage_cfg; in kempld_wdt_set_stage_action() local 113 stage_cfg = kempld_read8(pld, KEMPLD_WDT_STAGE_CFG(stage->id)); in kempld_wdt_set_stage_action() 114 stage_cfg &= ~STAGE_CFG_ACTION_MASK; in kempld_wdt_set_stage_action() 115 stage_cfg |= (action & STAGE_CFG_ACTION_MASK); in kempld_wdt_set_stage_action() 118 stage_cfg |= STAGE_CFG_ASSERT; in kempld_wdt_set_stage_action() 120 stage_cfg &= ~STAGE_CFG_ASSERT; in kempld_wdt_set_stage_action() 122 kempld_write8(pld, KEMPLD_WDT_STAGE_CFG(stage->id), stage_cfg); in kempld_wdt_set_stage_action() 137 u8 stage_cfg; in kempld_wdt_set_stage_timeout() local 155 stage_cfg = kempld_read8(pld, KEMPLD_WDT_STAGE_CFG(stage->id)); in kempld_wdt_set_stage_timeout() 156 stage_cfg &= ~STAGE_CFG_PRESCALER_MASK; in kempld_wdt_set_stage_timeout() [all …]
|
| /linux/drivers/gpu/drm/msm/disp/dpu1/ |
| H A D | dpu_hw_lm.c | 226 static int _set_staged_sspp(u32 stage, struct dpu_hw_stage_cfg *stage_cfg, in _set_staged_sspp() argument 234 if (!stage_cfg || !pipes_per_stage) in _set_staged_sspp() 238 enum dpu_sspp pipe = stage_cfg->stage[stage][i]; in _set_staged_sspp() 239 enum dpu_sspp_multirect_index rect_index = stage_cfg->multirect_index[stage][i]; in _set_staged_sspp() 281 struct dpu_hw_stage_cfg *stage_cfg) in dpu_hw_lm_setup_blendstage() argument 301 if (!stage_cfg) in dpu_hw_lm_setup_blendstage() 309 ret = _set_staged_sspp(i, stage_cfg, pipes_per_stage, &value); in dpu_hw_lm_setup_blendstage()
|
| H A D | dpu_crtc.c | 409 struct dpu_hw_stage_cfg *stage_cfg in _dpu_crtc_blend_setup_pipe() argument 433 stage_cfg->stage[stage][stage_idx] = sspp_idx; in _dpu_crtc_blend_setup_pipe() 434 stage_cfg->multirect_index[stage][stage_idx] = pipe->multirect_index; in _dpu_crtc_blend_setup_pipe() 443 struct dpu_hw_stage_cfg *stage_cfg) in _dpu_crtc_blend_setup_mixer() argument 492 &stage_cfg[stage]); in _dpu_crtc_blend_setup_mixer() 529 struct dpu_hw_stage_cfg stage_cfg[STAGES_PER_PLANE]; in _dpu_crtc_blend_setup() local 550 memset(&stage_cfg, 0, sizeof(stage_cfg)); in _dpu_crtc_blend_setup() 553 _dpu_crtc_blend_setup_mixer(crtc, dpu_crtc, mixer, stage_cfg); in _dpu_crtc_blend_setup() 580 &stage_cfg[i / PIPES_PER_STAGE]); in _dpu_crtc_blend_setup() 584 &stage_cfg[i / PIPES_PER_STAGE]); in _dpu_crtc_blend_setup()
|
| H A D | dpu_hw_lm.h | 66 struct dpu_hw_stage_cfg *stage_cfg);
|