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

  /xsrc/external/mit/xf86-video-r128/dist/src/
r128_accel.c 134 gen_reset_cntl = INREG(R128_GEN_RESET_CNTL);
136 OUTREG(R128_GEN_RESET_CNTL, gen_reset_cntl | R128_SOFT_RESET_GUI);
137 INREG(R128_GEN_RESET_CNTL);
138 OUTREG(R128_GEN_RESET_CNTL,
140 INREG(R128_GEN_RESET_CNTL);
144 OUTREG(R128_GEN_RESET_CNTL, gen_reset_cntl);
r128_driver.c 2533 save->gen_reset_cntl = INREG(R128_GEN_RESET_CNTL);
2562 OUTREG(R128_GEN_RESET_CNTL, restore->gen_reset_cntl);
2582 OUTREG(R128_GEN_RESET_CNTL, restore->gen_reset_cntl);
r128_reg.h 648 #define R128_GEN_RESET_CNTL 0x00f0

Completed in 21 milliseconds