intel_display_power.c | 1391 u32 phy_control = dev_priv->chv_phy_control; local in function:assert_chv_phy_status 1419 if ((phy_control & PHY_CH_POWER_DOWN_OVRD_EN(DPIO_PHY0, DPIO_CH0)) == 0) 1420 phy_control |= PHY_CH_POWER_DOWN_OVRD(0xf, DPIO_PHY0, DPIO_CH0); 1422 if ((phy_control & PHY_CH_POWER_DOWN_OVRD_EN(DPIO_PHY0, DPIO_CH1)) == 0) 1423 phy_control |= PHY_CH_POWER_DOWN_OVRD(0xf, DPIO_PHY0, DPIO_CH1); 1426 if (BITS_SET(phy_control, 1436 if (BITS_SET(phy_control, 1441 if (BITS_SET(phy_control, 1444 if (BITS_SET(phy_control, 1448 if (BITS_SET(phy_control, [all...] |