Home
last modified time | relevance | path

Searched refs:LVDS_HSYNC_POLARITY (Results 1 – 2 of 2) sorted by relevance

/gfx-drm/usr/src/uts/intel/io/i915/
H A Dintel_lvds.c102 if (tmp & LVDS_HSYNC_POLARITY) in intel_lvds_get_config()
178 temp &= ~(LVDS_HSYNC_POLARITY | LVDS_VSYNC_POLARITY); in intel_pre_pll_enable_lvds()
180 temp |= LVDS_HSYNC_POLARITY; in intel_pre_pll_enable_lvds()
H A Di915_reg.h2100 #define LVDS_HSYNC_POLARITY (1 << 20) macro