Searched refs:CNL_COMP_PWR_DOWN (Results 1 – 2 of 2) sorted by relevance
130 return !(I915_READ(CHICKEN_MISC_2) & CNL_COMP_PWR_DOWN) && in cnl_combo_phy_enabled()155 val &= ~CNL_COMP_PWR_DOWN; in cnl_combo_phys_init()178 val |= CNL_COMP_PWR_DOWN; in cnl_combo_phys_uninit()
7546 #define CNL_COMP_PWR_DOWN (1 << 23) macro