Searched refs:LVDS_B0B3_POWER_UP (Results 1 – 5 of 5) sorted by relevance
452 #define LVDS_B0B3_POWER_UP (3 << 2) macro
829 lvds |= LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP; in cdv_intel_crtc_mode_set()831 lvds &= ~(LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP); in cdv_intel_crtc_mode_set()
737 lvds &= ~(LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP); in psb_intel_crtc_mode_set()739 lvds |= LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP; in psb_intel_crtc_mode_set()
5369 temp |= LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP; in i9xx_crtc_mode_set()5371 temp &= ~(LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP); in i9xx_crtc_mode_set()5962 temp |= LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP; in ironlake_crtc_mode_set()5964 temp &= ~(LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP); in ironlake_crtc_mode_set()
1636 #define LVDS_B0B3_POWER_UP (3 << 2) macro