Searched refs:gen_reset_cntl (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/drivers/gpu/drm/r128/ |
D | r128_cce.c | 276 u32 clock_cntl_index, mclk_cntl, gen_reset_cntl; in r128_do_engine_reset() local 286 gen_reset_cntl = R128_READ(R128_GEN_RESET_CNTL); in r128_do_engine_reset() 289 R128_WRITE(R128_GEN_RESET_CNTL, gen_reset_cntl | R128_SOFT_RESET_GUI); in r128_do_engine_reset() 291 R128_WRITE(R128_GEN_RESET_CNTL, gen_reset_cntl & ~R128_SOFT_RESET_GUI); in r128_do_engine_reset() 296 R128_WRITE(R128_GEN_RESET_CNTL, gen_reset_cntl); in r128_do_engine_reset()
|
/Linux-v5.4/drivers/video/fbdev/aty/ |
D | aty128fb.c | 701 u32 gen_reset_cntl, clock_cntl_index, mclk_cntl; in aty128_reset_engine() local 710 gen_reset_cntl = aty_ld_le32(GEN_RESET_CNTL); in aty128_reset_engine() 711 aty_st_le32(GEN_RESET_CNTL, gen_reset_cntl | SOFT_RESET_GUI); in aty128_reset_engine() 713 aty_st_le32(GEN_RESET_CNTL, gen_reset_cntl & ~(SOFT_RESET_GUI)); in aty128_reset_engine() 718 aty_st_le32(GEN_RESET_CNTL, gen_reset_cntl); in aty128_reset_engine()
|