Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/i915/
H A Dintel_dpio_phy.c877 val = vlv_dpio_read(dev_priv, pipe, VLV_PCS01_DW11(ch)); in chv_phy_pre_encoder_enable()
879 vlv_dpio_write(dev_priv, pipe, VLV_PCS01_DW11(ch), val); in chv_phy_pre_encoder_enable()
910 val = vlv_dpio_read(dev_priv, pipe, VLV_PCS01_DW11(ch)); in chv_phy_pre_encoder_enable()
912 vlv_dpio_write(dev_priv, pipe, VLV_PCS01_DW11(ch), val); in chv_phy_pre_encoder_enable()
H A Di915_reg.h1565 #define VLV_PCS01_DW11(ch) _PORT(ch, _VLV_PCS01_DW11_CH0, _VLV_PCS01_DW11_CH1) macro