Searched refs:UTIL_PIN_ENABLE (Results 1 – 5 of 5) sorted by relevance
107 #define UTIL_PIN_ENABLE (1 << 31) macro
410 intel_de_rmw(i915, UTIL_PIN_CTL, UTIL_PIN_ENABLE, 0); in bxt_disable_backlight()678 if (val & UTIL_PIN_ENABLE) { in bxt_enable_backlight()681 val &= ~UTIL_PIN_ENABLE; in bxt_enable_backlight()689 val | UTIL_PIN_PIPE(pipe) | UTIL_PIN_MODE_PWM | UTIL_PIN_ENABLE); in bxt_enable_backlight()
847 (UTIL_PIN_ENABLE | UTIL_PIN_MODE_MASK)) == in assert_can_enable_dc6()848 (UTIL_PIN_ENABLE | UTIL_PIN_MODE_PWM), in assert_can_enable_dc6()
1222 …(intel_de_read(display, UTIL_PIN_CTL) & (UTIL_PIN_ENABLE | UTIL_PIN_MODE_MASK)) == (UTIL_PIN_ENABL… in assert_can_disable_lcpll()
1106 tmp |= UTIL_PIN_ENABLE; in gen11_dsi_config_util_pin()1108 tmp &= ~UTIL_PIN_ENABLE; in gen11_dsi_config_util_pin()