Searched refs:UTIL_PIN_ENABLE (Results 1 – 3 of 3) sorted by relevance
814 val &= ~UTIL_PIN_ENABLE; in bxt_disable_backlight()1086 if (val & UTIL_PIN_ENABLE) { in bxt_enable_backlight()1088 val &= ~UTIL_PIN_ENABLE; in bxt_enable_backlight()1096 UTIL_PIN_MODE_PWM | UTIL_PIN_ENABLE); in bxt_enable_backlight()
872 WARN_ONCE(I915_READ(UTIL_PIN_CTL) & UTIL_PIN_ENABLE, in assert_can_enable_dc6()4264 I915_STATE_WARN(I915_READ(UTIL_PIN_CTL) & UTIL_PIN_ENABLE, in assert_can_disable_lcpll()
4883 #define UTIL_PIN_ENABLE (1 << 31) macro