Searched refs:chv_phy_control (Results 1 – 2 of 2) sorted by relevance
996 u32 phy_control = dev_priv->chv_phy_control; in assert_chv_phy_status()1090 tmp, phy_status, dev_priv->chv_phy_control); in assert_chv_phy_status()1146 dev_priv->chv_phy_control |= PHY_COM_LANE_RESET_DEASSERT(phy); in chv_dpio_cmn_power_well_enable()1147 I915_WRITE(DISPLAY_PHY_CONTROL, dev_priv->chv_phy_control); in chv_dpio_cmn_power_well_enable()1150 phy, dev_priv->chv_phy_control); in chv_dpio_cmn_power_well_enable()1172 dev_priv->chv_phy_control &= ~PHY_COM_LANE_RESET_DEASSERT(phy); in chv_dpio_cmn_power_well_disable()1173 I915_WRITE(DISPLAY_PHY_CONTROL, dev_priv->chv_phy_control); in chv_dpio_cmn_power_well_disable()1178 phy, dev_priv->chv_phy_control); in chv_dpio_cmn_power_well_disable()1256 was_override = dev_priv->chv_phy_control & PHY_CH_POWER_DOWN_OVRD_EN(phy, ch); in chv_phy_powergate_ch()1262 dev_priv->chv_phy_control |= PHY_CH_POWER_DOWN_OVRD_EN(phy, ch); in chv_phy_powergate_ch()[all …]
1900 u32 chv_phy_control; member