Home
last modified time | relevance | path

Searched refs:stage_cfg (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/drivers/watchdog/
H A Dkempld_wdt.c109 u8 stage_cfg; in kempld_wdt_set_stage_action() local
115 stage_cfg = kempld_read8(pld, KEMPLD_WDT_STAGE_CFG(stage->id)); in kempld_wdt_set_stage_action()
116 stage_cfg &= ~STAGE_CFG_ACTION_MASK; in kempld_wdt_set_stage_action()
117 stage_cfg |= (action & STAGE_CFG_ACTION_MASK); in kempld_wdt_set_stage_action()
120 stage_cfg |= STAGE_CFG_ASSERT; in kempld_wdt_set_stage_action()
122 stage_cfg &= ~STAGE_CFG_ASSERT; in kempld_wdt_set_stage_action()
124 kempld_write8(pld, KEMPLD_WDT_STAGE_CFG(stage->id), stage_cfg); in kempld_wdt_set_stage_action()
139 u8 stage_cfg; in kempld_wdt_set_stage_timeout() local
157 stage_cfg = kempld_read8(pld, KEMPLD_WDT_STAGE_CFG(stage->id)); in kempld_wdt_set_stage_timeout()
158 stage_cfg in kempld_wdt_set_stage_timeout()
179 u8 stage_cfg; kempld_wdt_get_timeout() local
[all...]
/kernel/linux/linux-6.6/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 in kempld_wdt_set_stage_timeout()
177 u8 stage_cfg; kempld_wdt_get_timeout() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_crtc.c413 struct dpu_hw_stage_cfg *stage_cfg in _dpu_crtc_blend_setup_pipe()
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()
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()
445 _dpu_crtc_blend_setup_mixer(struct drm_crtc *crtc, struct dpu_crtc *dpu_crtc, struct dpu_crtc_mixer *mixer, struct dpu_hw_stage_cfg *stage_cfg) _dpu_crtc_blend_setup_mixer() argument
[all...]
H A Ddpu_hw_ctl.c444 enum dpu_lm lm, struct dpu_hw_stage_cfg *stage_cfg) in dpu_hw_ctl_setup_blendstage()
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()
443 dpu_hw_ctl_setup_blendstage(struct dpu_hw_ctl *ctx, enum dpu_lm lm, struct dpu_hw_stage_cfg *stage_cfg) dpu_hw_ctl_setup_blendstage() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_ctl.c353 enum dpu_lm lm, struct dpu_hw_stage_cfg *stage_cfg) in dpu_hw_ctl_setup_blendstage()
374 if (!stage_cfg) in dpu_hw_ctl_setup_blendstage()
384 stage_cfg->multirect_index[i][j]; in dpu_hw_ctl_setup_blendstage()
386 switch (stage_cfg->stage[i][j]) { in dpu_hw_ctl_setup_blendstage()
352 dpu_hw_ctl_setup_blendstage(struct dpu_hw_ctl *ctx, enum dpu_lm lm, struct dpu_hw_stage_cfg *stage_cfg) dpu_hw_ctl_setup_blendstage() argument
H A Ddpu_crtc.c128 struct dpu_hw_stage_cfg *stage_cfg = &dpu_crtc->stage_cfg; in _dpu_crtc_blend_setup_mixer() local
158 stage_cfg->stage[pstate->stage][stage_idx] = in _dpu_crtc_blend_setup_mixer()
160 stage_cfg->multirect_index[pstate->stage][stage_idx] = in _dpu_crtc_blend_setup_mixer()
211 memset(&dpu_crtc->stage_cfg, 0, sizeof(struct dpu_hw_stage_cfg)); in _dpu_crtc_blend_setup()
234 &dpu_crtc->stage_cfg); in _dpu_crtc_blend_setup()
H A Ddpu_crtc.h119 * @stage_cfg : H/w mixer stage configuration
150 struct dpu_hw_stage_cfg stage_cfg; member

Completed in 7 milliseconds