Home
last modified time | relevance | path

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

/gfx-drm/usr/src/uts/intel/io/i915/
H A Dintel_lvds.c858 return (val & LVDS_CLKB_POWER_MASK) == LVDS_CLKB_POWER_UP; in compute_is_dual_link_lvds()
H A Di915_reg.h2123 #define LVDS_CLKB_POWER_MASK (3 << 4) macro