Searched refs:phy_status_mask (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/i915/
H A Dintel_runtime_pm.c998 u32 phy_status_mask = 0xffffffff; assert_chv_phy_status() local
1009 phy_status_mask &= ~(PHY_STATUS_CMN_LDO(DPIO_PHY0, DPIO_CH0) | assert_chv_phy_status()
1017 phy_status_mask &= ~(PHY_STATUS_CMN_LDO(DPIO_PHY1, DPIO_CH0) | assert_chv_phy_status()
1081 phy_status &= phy_status_mask; assert_chv_phy_status()
1087 if (wait_for((tmp = I915_READ(DISPLAY_PHY_STATUS) & phy_status_mask) == phy_status, 10)) assert_chv_phy_status()

Completed in 46 milliseconds