Searched refs:UTIL_PIN_ENABLE (Results 1 - 5 of 5) sorted by path

/linux-master/drivers/gpu/drm/i915/display/
H A Dicl_dsi.c1088 tmp |= UTIL_PIN_ENABLE;
1090 tmp &= ~UTIL_PIN_ENABLE;
H A Dintel_backlight.c408 intel_de_rmw(i915, UTIL_PIN_CTL, UTIL_PIN_ENABLE, 0);
676 if (val & UTIL_PIN_ENABLE) {
679 val &= ~UTIL_PIN_ENABLE;
687 val | UTIL_PIN_PIPE(pipe) | UTIL_PIN_MODE_PWM | UTIL_PIN_ENABLE);
H A Dintel_backlight_regs.h107 #define UTIL_PIN_ENABLE (1 << 31) macro
H A Dintel_display_power.c1223 (intel_de_read(dev_priv, UTIL_PIN_CTL) & (UTIL_PIN_ENABLE | UTIL_PIN_MODE_MASK)) == (UTIL_PIN_ENABLE | UTIL_PIN_MODE_PWM),
H A Dintel_display_power_well.c835 (UTIL_PIN_ENABLE | UTIL_PIN_MODE_MASK)) ==
836 (UTIL_PIN_ENABLE | UTIL_PIN_MODE_PWM),

Completed in 222 milliseconds