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

  /xsrc/external/mit/xf86-video-r128/dist/src/
r128_accel.c 125 uint32_t gen_reset_cntl; local
134 gen_reset_cntl = INREG(R128_GEN_RESET_CNTL);
136 OUTREG(R128_GEN_RESET_CNTL, gen_reset_cntl | R128_SOFT_RESET_GUI);
139 gen_reset_cntl & (uint32_t)(~R128_SOFT_RESET_GUI));
144 OUTREG(R128_GEN_RESET_CNTL, gen_reset_cntl);
r128.h 177 uint32_t gen_reset_cntl; member in struct:__anon167
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);

Completed in 31 milliseconds