Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dicl_dsi.c235 tmp &= ~(SWING_SEL_LOWER_MASK | SWING_SEL_UPPER_MASK | in dsi_program_swing_and_deemphasis()
243 tmp &= ~(SWING_SEL_LOWER_MASK | SWING_SEL_UPPER_MASK | in dsi_program_swing_and_deemphasis()
H A Dintel_ddi.c2465 val &= ~(SWING_SEL_LOWER_MASK | SWING_SEL_UPPER_MASK | in cnl_ddi_vswing_program()
2596 val &= ~(SWING_SEL_LOWER_MASK | SWING_SEL_UPPER_MASK | in icl_ddi_combo_vswing_program()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_reg.h2026 #define SWING_SEL_UPPER_MASK (1 << 15) macro