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

/xsrc/external/mit/xf86-video-r128/dist/src/
H A Dr128_accel.c130 uint32_t gen_reset_cntl; local in function:R128EngineReset
139 gen_reset_cntl = INREG(R128_GEN_RESET_CNTL);
141 OUTREG(R128_GEN_RESET_CNTL, gen_reset_cntl | R128_SOFT_RESET_GUI);
144 gen_reset_cntl & (uint32_t)(~R128_SOFT_RESET_GUI));
149 OUTREG(R128_GEN_RESET_CNTL, gen_reset_cntl);
H A Dr128.h180 uint32_t gen_reset_cntl; member in struct:__anona5d7874c0208
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);

Completed in 10 milliseconds