Searched refs:LVDS_CLKB_POWER_UP (Results 1 – 2 of 2) sorted by relevance
510 return (val & LVDS_CLKB_POWER_MASK) == LVDS_CLKB_POWER_UP; in is_dual_link_lvds()762 LVDS_CLKB_POWER_UP) in intel_g4x_find_best_PLL()4333 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()5528 (I915_READ(PCH_LVDS) & LVDS_CLKB_POWER_MASK) == LVDS_CLKB_POWER_UP) in ironlake_compute_dpll()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()5900 LVDS_CLKB_POWER_UP); in haswell_crtc_mode_set()
1805 #define LVDS_CLKB_POWER_UP (3 << 4) macro