Searched refs:UTIL_PIN_ENABLE (Results 1 – 5 of 5) sorted by relevance
107 #define UTIL_PIN_ENABLE (1 << 31) macro
408 intel_de_rmw(i915, UTIL_PIN_CTL, UTIL_PIN_ENABLE, 0); in bxt_disable_backlight()676 if (val & UTIL_PIN_ENABLE) { in bxt_enable_backlight()679 val &= ~UTIL_PIN_ENABLE; in bxt_enable_backlight()687 val | UTIL_PIN_PIPE(pipe) | UTIL_PIN_MODE_PWM | UTIL_PIN_ENABLE); in bxt_enable_backlight()
835 (UTIL_PIN_ENABLE | UTIL_PIN_MODE_MASK)) == in assert_can_enable_dc6()836 (UTIL_PIN_ENABLE | UTIL_PIN_MODE_PWM), in assert_can_enable_dc6()
1211 …(intel_de_read(dev_priv, UTIL_PIN_CTL) & (UTIL_PIN_ENABLE | UTIL_PIN_MODE_MASK)) == (UTIL_PIN_ENAB… in assert_can_disable_lcpll()
1097 tmp |= UTIL_PIN_ENABLE; in gen11_dsi_config_util_pin()1099 tmp &= ~UTIL_PIN_ENABLE; in gen11_dsi_config_util_pin()