HomeSort by: relevance | last modified time | path
    Searched refs:R128_LVDS_GEN_CNTL (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/xf86-video-r128/dist/src/
r128_output.c 232 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));
r128_driver.c 2279 tmp = INREG(R128_LVDS_GEN_CNTL);
2282 OUTREG(R128_LVDS_GEN_CNTL, restore->lvds_gen_cntl);
2285 OUTREG(R128_LVDS_GEN_CNTL,
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);
r128_reg.h 726 #define R128_LVDS_GEN_CNTL 0x02d0

Completed in 8 milliseconds