Searched refs:stage_cfg (Results 1 – 3 of 3) sorted by relevance
/openbmc/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 …]
|
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_crtc.c | 413 struct dpu_hw_stage_cfg *stage_cfg in _dpu_crtc_blend_setup_pipe() argument 437 stage_cfg->stage[stage][stage_idx] = sspp_idx; in _dpu_crtc_blend_setup_pipe() 438 stage_cfg->multirect_index[stage][stage_idx] = pipe->multirect_index; in _dpu_crtc_blend_setup_pipe() 447 struct dpu_hw_stage_cfg *stage_cfg) in _dpu_crtc_blend_setup_mixer() argument 483 &pstate->pipe, 0, stage_cfg); in _dpu_crtc_blend_setup_mixer() 491 &pstate->r_pipe, 1, stage_cfg); in _dpu_crtc_blend_setup_mixer() 523 struct dpu_hw_stage_cfg stage_cfg; in _dpu_crtc_blend_setup() local 536 memset(&stage_cfg, 0, sizeof(struct dpu_hw_stage_cfg)); in _dpu_crtc_blend_setup() 538 _dpu_crtc_blend_setup_mixer(crtc, dpu_crtc, mixer, &stage_cfg); in _dpu_crtc_blend_setup() 556 &stage_cfg); in _dpu_crtc_blend_setup()
|
H A D | dpu_hw_ctl.c | 444 enum dpu_lm lm, struct dpu_hw_stage_cfg *stage_cfg) in dpu_hw_ctl_setup_blendstage() argument 465 if (!stage_cfg) in dpu_hw_ctl_setup_blendstage() 476 stage_cfg->multirect_index[i][j]; in dpu_hw_ctl_setup_blendstage() 477 enum dpu_sspp pipe = stage_cfg->stage[i][j]; in dpu_hw_ctl_setup_blendstage()
|