LVDS_PORT_EN
LVDS_PORT_EN | LVDS_A0A2_CLKA_POWER_UP |
is_lvds = (pipe == 1) && (REG_READ(LVDS) & LVDS_PORT_EN);
(dev_priv->regs.psb.saveLVDS & LVDS_PORT_EN);
if (crtc && (lvds & LVDS_PORT_EN)) {
(REG_READ(LVDS) & LVDS_PORT_EN) != 0) {
LVDS_PORT_EN |
lvds |= LVDS_PORT_EN | LVDS_A0A2_CLKA_POWER_UP;
is_lvds = (pipe == 1) && (REG_READ(LVDS) & LVDS_PORT_EN);
LVDS_PORT_EN);
if (crtc && (lvds & LVDS_PORT_EN)) {
return val & LVDS_PORT_EN;
temp |= LVDS_PORT_EN | LVDS_A0A2_CLKA_POWER_UP;
intel_de_rmw(display, lvds_encoder->reg, 0, LVDS_PORT_EN);
intel_de_rmw(display, lvds_encoder->reg, LVDS_PORT_EN, 0);
if ((lvds & LVDS_PORT_EN) == 0) {