Home
last modified time | relevance | path

Searched refs:chv_phy_control (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_display_power_well.c1309 u32 phy_control = dev_priv->display.power.chv_phy_control; in assert_chv_phy_status()
1404 phy_status, dev_priv->display.power.chv_phy_control); in assert_chv_phy_status()
1464 dev_priv->display.power.chv_phy_control |= PHY_COM_LANE_RESET_DEASSERT(phy); in chv_dpio_cmn_power_well_enable()
1466 dev_priv->display.power.chv_phy_control); in chv_dpio_cmn_power_well_enable()
1470 phy, dev_priv->display.power.chv_phy_control); in chv_dpio_cmn_power_well_enable()
1494 dev_priv->display.power.chv_phy_control &= ~PHY_COM_LANE_RESET_DEASSERT(phy); in chv_dpio_cmn_power_well_disable()
1496 dev_priv->display.power.chv_phy_control); in chv_dpio_cmn_power_well_disable()
1502 phy, dev_priv->display.power.chv_phy_control); in chv_dpio_cmn_power_well_disable()
1582 was_override = dev_priv->display.power.chv_phy_control & PHY_CH_POWER_DOWN_OVRD_EN(phy, ch); in chv_phy_powergate_ch()
1588 dev_priv->display.power.chv_phy_control |= PHY_CH_POWER_DOWN_OVRD_EN(phy, ch); in chv_phy_powergate_ch()
[all …]
H A Dintel_display_power.c1764 dev_priv->display.power.chv_phy_control = in chv_phy_control_init()
1786 dev_priv->display.power.chv_phy_control |= in chv_phy_control_init()
1789 dev_priv->display.power.chv_phy_control |= in chv_phy_control_init()
1796 dev_priv->display.power.chv_phy_control |= in chv_phy_control_init()
1799 dev_priv->display.power.chv_phy_control |= in chv_phy_control_init()
1802 dev_priv->display.power.chv_phy_control |= PHY_COM_LANE_RESET_DEASSERT(DPIO_PHY0); in chv_phy_control_init()
1818 dev_priv->display.power.chv_phy_control |= in chv_phy_control_init()
1821 dev_priv->display.power.chv_phy_control |= in chv_phy_control_init()
1824 dev_priv->display.power.chv_phy_control |= PHY_COM_LANE_RESET_DEASSERT(DPIO_PHY1); in chv_phy_control_init()
1832 dev_priv->display.power.chv_phy_control); in chv_phy_control_init()
H A Dintel_display_core.h447 u32 chv_phy_control; member