Searched refs:chv_phy_control (Results 1 – 2 of 2) sorted by relevance
1294 u32 phy_control = dev_priv->chv_phy_control; in assert_chv_phy_status()1388 phy_status, dev_priv->chv_phy_control); in assert_chv_phy_status()1445 dev_priv->chv_phy_control |= PHY_COM_LANE_RESET_DEASSERT(phy); in chv_dpio_cmn_power_well_enable()1446 I915_WRITE(DISPLAY_PHY_CONTROL, dev_priv->chv_phy_control); in chv_dpio_cmn_power_well_enable()1449 phy, dev_priv->chv_phy_control); in chv_dpio_cmn_power_well_enable()1471 dev_priv->chv_phy_control &= ~PHY_COM_LANE_RESET_DEASSERT(phy); in chv_dpio_cmn_power_well_disable()1472 I915_WRITE(DISPLAY_PHY_CONTROL, dev_priv->chv_phy_control); in chv_dpio_cmn_power_well_disable()1477 phy, dev_priv->chv_phy_control); in chv_dpio_cmn_power_well_disable()1555 was_override = dev_priv->chv_phy_control & PHY_CH_POWER_DOWN_OVRD_EN(phy, ch); in chv_phy_powergate_ch()1561 dev_priv->chv_phy_control |= PHY_CH_POWER_DOWN_OVRD_EN(phy, ch); in chv_phy_powergate_ch()[all …]
1556 u32 chv_phy_control; member