Home
last modified time | relevance | path

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

/Linux-v5.4/include/video/
Daty128.h26 #define GEN_RESET_CNTL 0x00f0 macro
/Linux-v5.4/drivers/video/fbdev/aty/
Daty128fb.c710 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()
712 aty_ld_le32(GEN_RESET_CNTL); in aty128_reset_engine()
713 aty_st_le32(GEN_RESET_CNTL, gen_reset_cntl & ~(SOFT_RESET_GUI)); in aty128_reset_engine()
714 aty_ld_le32(GEN_RESET_CNTL); in aty128_reset_engine()
718 aty_st_le32(GEN_RESET_CNTL, gen_reset_cntl); in aty128_reset_engine()