Home
last modified time | relevance | path

Searched refs:stage_cfg (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/watchdog/
H A Dkempld_wdt.c107 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 Ddpu_crtc.c402 struct dpu_hw_stage_cfg *stage_cfg in _dpu_crtc_blend_setup_pipe() argument
426 stage_cfg->stage[stage][stage_idx] = sspp_idx; in _dpu_crtc_blend_setup_pipe()
427 stage_cfg->multirect_index[stage][stage_idx] = pipe->multirect_index; in _dpu_crtc_blend_setup_pipe()
436 struct dpu_hw_stage_cfg *stage_cfg) in _dpu_crtc_blend_setup_mixer() argument
472 &pstate->pipe, 0, stage_cfg); in _dpu_crtc_blend_setup_mixer()
480 &pstate->r_pipe, 1, stage_cfg); in _dpu_crtc_blend_setup_mixer()
512 struct dpu_hw_stage_cfg stage_cfg; in _dpu_crtc_blend_setup() local
525 memset(&stage_cfg, 0, sizeof(struct dpu_hw_stage_cfg)); in _dpu_crtc_blend_setup()
527 _dpu_crtc_blend_setup_mixer(crtc, dpu_crtc, mixer, &stage_cfg); in _dpu_crtc_blend_setup()
545 &stage_cfg); in _dpu_crtc_blend_setup()
H A Ddpu_hw_ctl.c481 enum dpu_lm lm, struct dpu_hw_stage_cfg *stage_cfg) in dpu_hw_ctl_setup_blendstage() argument
502 if (!stage_cfg) in dpu_hw_ctl_setup_blendstage()
513 stage_cfg->multirect_index[i][j]; in dpu_hw_ctl_setup_blendstage()
514 enum dpu_sspp pipe = stage_cfg->stage[i][j]; in dpu_hw_ctl_setup_blendstage()