Home
last modified time | relevance | path

Searched refs:gen_reset_cntl (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/r128/
Dr128_cce.c268 u32 clock_cntl_index, mclk_cntl, gen_reset_cntl; in r128_do_engine_reset() local
278 gen_reset_cntl = R128_READ(R128_GEN_RESET_CNTL); in r128_do_engine_reset()
281 R128_WRITE(R128_GEN_RESET_CNTL, gen_reset_cntl | R128_SOFT_RESET_GUI); in r128_do_engine_reset()
283 R128_WRITE(R128_GEN_RESET_CNTL, gen_reset_cntl & ~R128_SOFT_RESET_GUI); in r128_do_engine_reset()
288 R128_WRITE(R128_GEN_RESET_CNTL, gen_reset_cntl); in r128_do_engine_reset()
/Linux-v4.19/drivers/video/fbdev/aty/
Daty128fb.c705 u32 gen_reset_cntl, clock_cntl_index, mclk_cntl; in aty128_reset_engine() local
714 gen_reset_cntl = aty_ld_le32(GEN_RESET_CNTL); in aty128_reset_engine()
715 aty_st_le32(GEN_RESET_CNTL, gen_reset_cntl | SOFT_RESET_GUI); in aty128_reset_engine()
717 aty_st_le32(GEN_RESET_CNTL, gen_reset_cntl & ~(SOFT_RESET_GUI)); in aty128_reset_engine()
722 aty_st_le32(GEN_RESET_CNTL, gen_reset_cntl); in aty128_reset_engine()