Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/r128/
Dr128_cce.c275 u32 clock_cntl_index, mclk_cntl, gen_reset_cntl; in r128_do_engine_reset() local
285 gen_reset_cntl = R128_READ(R128_GEN_RESET_CNTL); in r128_do_engine_reset()
288 R128_WRITE(R128_GEN_RESET_CNTL, gen_reset_cntl | R128_SOFT_RESET_GUI); in r128_do_engine_reset()
290 R128_WRITE(R128_GEN_RESET_CNTL, gen_reset_cntl & ~R128_SOFT_RESET_GUI); in r128_do_engine_reset()
295 R128_WRITE(R128_GEN_RESET_CNTL, gen_reset_cntl); in r128_do_engine_reset()
/linux-6.1.9/drivers/video/fbdev/aty/
Daty128fb.c694 u32 gen_reset_cntl, clock_cntl_index, mclk_cntl; in aty128_reset_engine() local
703 gen_reset_cntl = aty_ld_le32(GEN_RESET_CNTL); in aty128_reset_engine()
704 aty_st_le32(GEN_RESET_CNTL, gen_reset_cntl | SOFT_RESET_GUI); in aty128_reset_engine()
706 aty_st_le32(GEN_RESET_CNTL, gen_reset_cntl & ~(SOFT_RESET_GUI)); in aty128_reset_engine()
711 aty_st_le32(GEN_RESET_CNTL, gen_reset_cntl); in aty128_reset_engine()