Home
last modified time | relevance | path

Searched refs:SWING_SEL_LOWER_MASK (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/i915/display/
Dicl_dsi.c236 tmp &= ~(SWING_SEL_LOWER_MASK | SWING_SEL_UPPER_MASK | in dsi_program_swing_and_deemphasis()
244 tmp &= ~(SWING_SEL_LOWER_MASK | SWING_SEL_UPPER_MASK | in dsi_program_swing_and_deemphasis()
Dintel_ddi.c2343 val &= ~(SWING_SEL_LOWER_MASK | SWING_SEL_UPPER_MASK | in cnl_ddi_vswing_program()
2493 val &= ~(SWING_SEL_LOWER_MASK | SWING_SEL_UPPER_MASK | in icl_ddi_combo_vswing_program()
/Linux-v5.10/drivers/gpu/drm/i915/
Di915_reg.h2033 #define SWING_SEL_LOWER_MASK (0x7 << 11) macro