Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/
Daty128.h25 #define GEN_RESET_CNTL 0x00f0 macro
Daty128fb.c680 gen_reset_cntl = aty_ld_le32(GEN_RESET_CNTL); in aty128_reset_engine()
681 aty_st_le32(GEN_RESET_CNTL, gen_reset_cntl | SOFT_RESET_GUI); in aty128_reset_engine()
682 aty_ld_le32(GEN_RESET_CNTL); in aty128_reset_engine()
683 aty_st_le32(GEN_RESET_CNTL, gen_reset_cntl & ~(SOFT_RESET_GUI)); in aty128_reset_engine()
684 aty_ld_le32(GEN_RESET_CNTL); in aty128_reset_engine()
688 aty_st_le32(GEN_RESET_CNTL, gen_reset_cntl); in aty128_reset_engine()