Searched refs:R128_LVDS_GEN_CNTL (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xf86-video-r128/dist/src/
H A Dr128_output.c232 OUTREGP(R128_LVDS_GEN_CNTL, R128_LVDS_BLON, ~R128_LVDS_BLON);
234 OUTREGP(R128_LVDS_GEN_CNTL, R128_LVDS_ON, ~R128_LVDS_ON);
272 OUTREGP(R128_LVDS_GEN_CNTL, 0, ~(R128_LVDS_BLON | R128_LVDS_ON));
H A Dr128_driver.c2294 tmp = INREG(R128_LVDS_GEN_CNTL);
2297 OUTREG(R128_LVDS_GEN_CNTL, restore->lvds_gen_cntl);
2300 OUTREG(R128_LVDS_GEN_CNTL,
2303 OUTREG(R128_LVDS_GEN_CNTL, restore->lvds_gen_cntl);
2305 OUTREG(R128_LVDS_GEN_CNTL, restore->lvds_gen_cntl | R128_LVDS_BLON);
2307 OUTREG(R128_LVDS_GEN_CNTL, restore->lvds_gen_cntl);
2386 save->lvds_gen_cntl = INREG(R128_LVDS_GEN_CNTL);
H A Dr128_reg.h726 #define R128_LVDS_GEN_CNTL 0x02d0 macro

Completed in 11 milliseconds