Lines Matching refs:lvds_gen_cntl
2281 (restore->lvds_gen_cntl & (R128_LVDS_ON | R128_LVDS_BLON))) {
2282 OUTREG(R128_LVDS_GEN_CNTL, restore->lvds_gen_cntl);
2284 if (restore->lvds_gen_cntl & (R128_LVDS_ON | R128_LVDS_BLON)) {
2286 restore->lvds_gen_cntl & (uint32_t)~R128_LVDS_BLON);
2288 OUTREG(R128_LVDS_GEN_CNTL, restore->lvds_gen_cntl);
2290 OUTREG(R128_LVDS_GEN_CNTL, restore->lvds_gen_cntl | R128_LVDS_BLON);
2292 OUTREG(R128_LVDS_GEN_CNTL, restore->lvds_gen_cntl);
2371 save->lvds_gen_cntl = INREG(R128_LVDS_GEN_CNTL);
2727 save->lvds_gen_cntl = orig->lvds_gen_cntl;
2730 save->lvds_gen_cntl |= R128_LVDS_SEL_CRTC2;
2732 save->lvds_gen_cntl &= ~R128_LVDS_SEL_CRTC2;