Searched refs:VLV_PCS23_DW0 (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | intel_hdmi.c | 1466 val = vlv_dpio_read(dev_priv, pipe, VLV_PCS23_DW0(ch)); in chv_hdmi_post_disable() 1468 vlv_dpio_write(dev_priv, pipe, VLV_PCS23_DW0(ch), val); in chv_hdmi_post_disable() 1512 val = vlv_dpio_read(dev_priv, pipe, VLV_PCS23_DW0(ch)); in chv_hdmi_pre_enable() 1514 vlv_dpio_write(dev_priv, pipe, VLV_PCS23_DW0(ch), val); in chv_hdmi_pre_enable()
|
D | intel_dp.c | 2365 val = vlv_dpio_read(dev_priv, pipe, VLV_PCS23_DW0(ch)); in chv_post_disable_dp() 2367 vlv_dpio_write(dev_priv, pipe, VLV_PCS23_DW0(ch), val); in chv_post_disable_dp() 2748 val = vlv_dpio_read(dev_priv, pipe, VLV_PCS23_DW0(ch)); in chv_pre_enable_dp() 2750 vlv_dpio_write(dev_priv, pipe, VLV_PCS23_DW0(ch), val); in chv_pre_enable_dp()
|
D | i915_reg.h | 885 #define VLV_PCS23_DW0(ch) _PORT(ch, _VLV_PCS23_DW0_CH0, _VLV_PCS23_DW0_CH1) macro
|