Home
last modified time | relevance | path

Searched refs:GEN_TEST_CNTL (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/video/aty/
Dmach64_cursor.c156 aty_st_le32(GEN_TEST_CNTL, aty_ld_le32(GEN_TEST_CNTL, fb) in aty_set_cursor()
160 aty_st_le32(GEN_TEST_CNTL, in aty_set_cursor()
161 aty_ld_le32(GEN_TEST_CNTL, fb) & ~HWCURSOR_ENABLE, in aty_set_cursor()
Dmach64_accel.c36 aty_st_le32(GEN_TEST_CNTL, in aty_reset_engine()
37 aty_ld_le32(GEN_TEST_CNTL, info) & ~GUI_ENGINE_ENABLE, info); in aty_reset_engine()
39 aty_st_le32(GEN_TEST_CNTL, in aty_reset_engine()
40 aty_ld_le32(GEN_TEST_CNTL, info) | GUI_ENGINE_ENABLE, info); in aty_reset_engine()
Dmach64.h151 #define GEN_TEST_CNTL 0x00D0 /* Dword offset 0_34 */ macro