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

/xsrc/external/mit/xf86-video-r128/dist/src/
H A Dr128_accel.c139 gen_reset_cntl = INREG(R128_GEN_RESET_CNTL);
141 OUTREG(R128_GEN_RESET_CNTL, gen_reset_cntl | R128_SOFT_RESET_GUI);
142 INREG(R128_GEN_RESET_CNTL);
143 OUTREG(R128_GEN_RESET_CNTL,
145 INREG(R128_GEN_RESET_CNTL);
149 OUTREG(R128_GEN_RESET_CNTL, gen_reset_cntl);
H A Dr128_driver.c2548 save->gen_reset_cntl = INREG(R128_GEN_RESET_CNTL);
2577 OUTREG(R128_GEN_RESET_CNTL, restore->gen_reset_cntl);
2597 OUTREG(R128_GEN_RESET_CNTL, restore->gen_reset_cntl);
H A Dr128_reg.h648 #define R128_GEN_RESET_CNTL 0x00f0 macro

Completed in 30 milliseconds