Searched refs:alpm_ctl (Results 1 – 1 of 1) sorted by relevance
315 u32 alpm_ctl; in lnl_alpm_configure() local327 alpm_ctl = ALPM_CTL_ALPM_ENABLE | in lnl_alpm_configure()350 alpm_ctl = ALPM_CTL_EXTENDED_FAST_WAKE_ENABLE | in lnl_alpm_configure()355 alpm_ctl |= ALPM_CTL_LOBF_ENABLE; in lnl_alpm_configure()357 alpm_ctl |= ALPM_CTL_ALPM_ENTRY_CHECK(intel_dp->alpm_parameters.check_entry_lines); in lnl_alpm_configure()359 intel_de_write(display, ALPM_CTL(display, cpu_transcoder), alpm_ctl); in lnl_alpm_configure()375 u32 alpm_ctl; in i915_edp_lobf_info_show() local390 alpm_ctl = intel_de_read(display, ALPM_CTL(display, cpu_transcoder)); in i915_edp_lobf_info_show()391 seq_printf(m, "LOBF status: %s\n", str_enabled_disabled(alpm_ctl & ALPM_CTL_LOBF_ENABLE)); in i915_edp_lobf_info_show()393 str_enabled_disabled(!(alpm_ctl & ALPM_CTL_ALPM_AUX_LESS_ENABLE))); in i915_edp_lobf_info_show()[all …]