Searched refs:DISPLAY_PHY_STATUS (Results 1 – 2 of 2) sorted by relevance
1087 if (wait_for((tmp = I915_READ(DISPLAY_PHY_STATUS) & phy_status_mask) == phy_status, 10)) 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()
2257 #define DISPLAY_PHY_STATUS (VLV_DISPLAY_BASE + 0x60104) macro