Lines Matching defs:lvds
416 if ((INREG(LVDS) & LVDS_CLKB_POWER_MASK) == LVDS_CLKB_POWER_UP) {
417 /* LVDS with dual channel */
419 } else /* LVDS with single channel */
583 /* For LVDS, if the panel is on, just rely on its current settings for
587 if ((INREG(LVDS) & LVDS_CLKB_POWER_MASK) == LVDS_CLKB_POWER_UP)
643 /* For LVDS, if the panel is on, just rely on its current settings for
647 if ((INREG(LVDS) & LVDS_CLKB_POWER_MASK) == LVDS_CLKB_POWER_UP)
1759 /* The LVDS pin pair needs to be on before the DPLLs are enabled.
1765 uint32_t lvds = INREG(LVDS);
1767 lvds |= LVDS_PORT_EN | LVDS_A0A2_CLKA_POWER_UP | LVDS_PIPEB_SELECT;
1772 lvds |= LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP;
1774 lvds &= ~(LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP);
1785 lvds |= LVDS_A3_POWER_UP;
1786 lvds |= LVDS_DATA_FORMAT_DOT_ONE;
1795 if ((lvds & LVDS_A3_POWER_MASK) == LVDS_A3_POWER_UP)
1796 lvds &= ~LVDS_DITHER_ENABLE;
1798 lvds |= LVDS_DITHER_ENABLE;
1801 lvds |= lvds_bits;
1803 OUTREG(LVDS, lvds);
1804 POSTING_READ(LVDS);
2244 Bool is_lvds = (pipe == 1) && (INREG(LVDS) & LVDS_PORT_EN);
2250 /* if LVDS is dual-channel, p2 = 7 */
2251 if ((INREG(LVDS) & LVDS_CLKB_POWER_MASK) == LVDS_CLKB_POWER_UP)