Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/drm/
HDi915_reg.h761 #define LVDS_B0B3_POWER_UP (3 << 2) macro
/freebsd-11-stable/sys/dev/drm2/i915/
HDintel_display.c4333 temp |= LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP; in intel_update_lvds()
4335 temp &= ~(LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP); in intel_update_lvds()
5690 temp |= LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP; in ironlake_crtc_mode_set()
5692 temp &= ~(LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP); in ironlake_crtc_mode_set()
5897 temp |= LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP; in haswell_crtc_mode_set()
5899 temp &= ~(LVDS_B0B3_POWER_UP | in haswell_crtc_mode_set()
HDi915_reg.h1813 #define LVDS_B0B3_POWER_UP (3 << 2) macro