Searched refs:R128_LVDS_GEN_CNTL (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/xf86-video-r128/dist/src/ |
| H A D | 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));
|
| H A D | r128_driver.c | 2294 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 D | r128_reg.h | 726 #define R128_LVDS_GEN_CNTL 0x02d0 macro
|
Completed in 11 milliseconds