Home
last modified time | relevance | path

Searched refs:DP_TP_CTL_FEC_ENABLE (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_ddi.c2415 0, DP_TP_CTL_FEC_ENABLE); in intel_ddi_enable_fec()
2428 DP_TP_CTL_FEC_ENABLE, 0); in intel_ddi_enable_fec()
2435 0, DP_TP_CTL_FEC_ENABLE); in intel_ddi_enable_fec()
2454 DP_TP_CTL_FEC_ENABLE, 0); in intel_ddi_disable_fec()
4047 dp_tp_ctl_reg(encoder, crtc_state)) & DP_TP_CTL_FEC_ENABLE; in intel_ddi_read_func_ctl_dp_sst()
4078 dp_tp_ctl_reg(encoder, crtc_state)) & DP_TP_CTL_FEC_ENABLE; in intel_ddi_read_func_ctl_dp_mst()
/linux-6.15/drivers/gpu/drm/i915/
H A Di915_reg.h3551 #define DP_TP_CTL_FEC_ENABLE REG_BIT(30) macro