Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/r128/
Dr128_cce.c269 u32 clock_cntl_index, mclk_cntl, gen_reset_cntl; in r128_do_engine_reset() local
279 gen_reset_cntl = R128_READ(R128_GEN_RESET_CNTL); in r128_do_engine_reset()
282 R128_WRITE(R128_GEN_RESET_CNTL, gen_reset_cntl | R128_SOFT_RESET_GUI); in r128_do_engine_reset()
284 R128_WRITE(R128_GEN_RESET_CNTL, gen_reset_cntl & ~R128_SOFT_RESET_GUI); in r128_do_engine_reset()
289 R128_WRITE(R128_GEN_RESET_CNTL, gen_reset_cntl); in r128_do_engine_reset()
/linux-4.1.27/drivers/video/fbdev/aty/
Daty128fb.c715 u32 gen_reset_cntl, clock_cntl_index, mclk_cntl; in aty128_reset_engine() local
724 gen_reset_cntl = aty_ld_le32(GEN_RESET_CNTL); in aty128_reset_engine()
725 aty_st_le32(GEN_RESET_CNTL, gen_reset_cntl | SOFT_RESET_GUI); in aty128_reset_engine()
727 aty_st_le32(GEN_RESET_CNTL, gen_reset_cntl & ~(SOFT_RESET_GUI)); in aty128_reset_engine()
732 aty_st_le32(GEN_RESET_CNTL, gen_reset_cntl); in aty128_reset_engine()