Home
last modified time | relevance | path

Searched refs:LVDS_PORT_EN (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_lvds_regs.h17 #define LVDS_PORT_EN REG_BIT(31) macro
H A Dintel_lvds.c102 return val & LVDS_PORT_EN; in intel_lvds_port_enabled()
255 temp |= LVDS_PORT_EN | LVDS_A0A2_CLKA_POWER_UP; in intel_pre_enable_lvds()
322 intel_de_rmw(dev_priv, lvds_encoder->reg, 0, LVDS_PORT_EN); in intel_enable_lvds()
347 intel_de_rmw(dev_priv, lvds_encoder->reg, LVDS_PORT_EN, 0); in intel_disable_lvds()
874 if ((lvds & LVDS_PORT_EN) == 0) { in intel_lvds_init()
/openbmc/linux/drivers/gpu/drm/gma500/
H A Dpsb_intel_display.c236 lvds |= LVDS_PORT_EN | LVDS_A0A2_CLKA_POWER_UP; in psb_intel_crtc_mode_set()
322 is_lvds = (pipe == 1) && (REG_READ(LVDS) & LVDS_PORT_EN); in psb_intel_crtc_clock_get()
333 LVDS_PORT_EN); in psb_intel_crtc_clock_get()
H A Dcdv_intel_display.c738 LVDS_PORT_EN | LVDS_A0A2_CLKA_POWER_UP | in cdv_intel_crtc_mode_set()
854 is_lvds = (pipe == 1) && (REG_READ(LVDS) & LVDS_PORT_EN); in cdv_intel_crtc_clock_get()
864 (dev_priv->regs.psb.saveLVDS & LVDS_PORT_EN); in cdv_intel_crtc_clock_get()
H A Doaktrail_lvds.c105 LVDS_PORT_EN | in oaktrail_lvds_mode_set()
H A Dcdv_intel_lvds.c615 if (crtc && (lvds & LVDS_PORT_EN)) { in cdv_intel_lvds_init()
H A Dpsb_intel_reg.h441 #define LVDS_PORT_EN (1 << 31) macro
H A Dpsb_intel_lvds.c761 if (crtc && (lvds & LVDS_PORT_EN)) { in psb_intel_lvds_init()
H A Dgma_display.c761 (REG_READ(LVDS) & LVDS_PORT_EN) != 0) { in gma_find_best_pll()