Searched refs:LVDS_PORT_EN (Results 1 – 5 of 5) sorted by relevance
17 #define LVDS_PORT_EN REG_BIT(31) macro
237 lvds |= LVDS_PORT_EN | LVDS_A0A2_CLKA_POWER_UP; in psb_intel_crtc_mode_set()323 is_lvds = (pipe == 1) && (REG_READ(LVDS) & LVDS_PORT_EN); in psb_intel_crtc_clock_get()334 LVDS_PORT_EN); in psb_intel_crtc_clock_get()
739 LVDS_PORT_EN | LVDS_A0A2_CLKA_POWER_UP | in cdv_intel_crtc_mode_set()855 is_lvds = (pipe == 1) && (REG_READ(LVDS) & LVDS_PORT_EN); in cdv_intel_crtc_clock_get()865 (dev_priv->regs.psb.saveLVDS & LVDS_PORT_EN); in cdv_intel_crtc_clock_get()
441 #define LVDS_PORT_EN (1 << 31) macro
761 (REG_READ(LVDS) & LVDS_PORT_EN) != 0) { in gma_find_best_pll()