Searched refs:LVDS_B0B3_POWER_UP (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_lvds_regs.h47 * Controls the CLKB pair. This should only be set when LVDS_B0B3_POWER_UP
60 #define LVDS_B0B3_POWER_UP REG_FIELD_PREP(LVDS_B0B3_POWER_MASK, 3) macro
H A Dintel_lvds.c274 temp |= LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP;
276 temp &= ~(LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP);
/linux-master/drivers/gpu/drm/gma500/
H A Dpsb_intel_display.c241 lvds &= ~(LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP);
243 lvds |= LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP;
H A Dcdv_intel_display.c745 lvds |= LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP;
747 lvds &= ~(LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP);
H A Dpsb_intel_reg.h464 * Controls the CLKB pair. This should only be set when LVDS_B0B3_POWER_UP
477 #define LVDS_B0B3_POWER_UP (3 << 2) macro

Completed in 142 milliseconds