Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_ddi.c2378 0, DP_TP_CTL_FEC_ENABLE); in intel_ddi_enable_fec()
2391 DP_TP_CTL_FEC_ENABLE, 0); in intel_ddi_enable_fec()
2398 0, DP_TP_CTL_FEC_ENABLE); in intel_ddi_enable_fec()
2417 DP_TP_CTL_FEC_ENABLE, 0); in intel_ddi_disable_fec()
4068 dp_tp_ctl_reg(encoder, crtc_state)) & DP_TP_CTL_FEC_ENABLE; in intel_ddi_read_func_ctl_dp_sst()
4099 dp_tp_ctl_reg(encoder, crtc_state)) & DP_TP_CTL_FEC_ENABLE; in intel_ddi_read_func_ctl_dp_mst()
/linux/drivers/gpu/drm/i915/
H A Di915_reg.h3581 #define DP_TP_CTL_FEC_ENABLE REG_BIT(30) macro