Searched refs:VLV_PCS01_DW1 (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | intel_hdmi.c | 1454 val = vlv_dpio_read(dev_priv, pipe, VLV_PCS01_DW1(ch)); in chv_hdmi_post_disable() 1456 vlv_dpio_write(dev_priv, pipe, VLV_PCS01_DW1(ch), val); in chv_hdmi_post_disable() 1500 val = vlv_dpio_read(dev_priv, pipe, VLV_PCS01_DW1(ch)); in chv_hdmi_pre_enable() 1502 vlv_dpio_write(dev_priv, pipe, VLV_PCS01_DW1(ch), val); in chv_hdmi_pre_enable()
|
D | intel_dp.c | 2353 val = vlv_dpio_read(dev_priv, pipe, VLV_PCS01_DW1(ch)); in chv_post_disable_dp() 2355 vlv_dpio_write(dev_priv, pipe, VLV_PCS01_DW1(ch), val); in chv_post_disable_dp() 2736 val = vlv_dpio_read(dev_priv, pipe, VLV_PCS01_DW1(ch)); in chv_pre_enable_dp() 2738 vlv_dpio_write(dev_priv, pipe, VLV_PCS01_DW1(ch), val); in chv_pre_enable_dp()
|
D | i915_reg.h | 900 #define VLV_PCS01_DW1(ch) _PORT(ch, _VLV_PCS01_DW1_CH0, _VLV_PCS01_DW1_CH1) macro
|