Searched refs:phy_status_mask (Results 1 – 1 of 1) sorted by relevance
998 u32 phy_status_mask = 0xffffffff; in assert_chv_phy_status() local1009 phy_status_mask &= ~(PHY_STATUS_CMN_LDO(DPIO_PHY0, DPIO_CH0) | in assert_chv_phy_status()1017 phy_status_mask &= ~(PHY_STATUS_CMN_LDO(DPIO_PHY1, DPIO_CH0) | in assert_chv_phy_status()1081 phy_status &= phy_status_mask; in assert_chv_phy_status()1087 if (wait_for((tmp = I915_READ(DISPLAY_PHY_STATUS) & phy_status_mask) == phy_status, 10)) in assert_chv_phy_status()