Searched refs:PHY_POWERGOOD (Results 1 – 2 of 2) sorted by relevance
1022 phy_status |= PHY_POWERGOOD(DPIO_PHY0); in assert_chv_phy_status()1063 phy_status |= PHY_POWERGOOD(DPIO_PHY1); in assert_chv_phy_status()1118 if (wait_for(I915_READ(DISPLAY_PHY_STATUS) & PHY_POWERGOOD(phy), 1)) in chv_dpio_cmn_power_well_enable()
2258 #define PHY_POWERGOOD(phy) (((phy) == DPIO_PHY0) ? (1<<31) : (1<<30)) macro