Searched refs:old_crtc_ext_disp (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/video/aty/ |
D | mach64_gx.c | 423 u8 old_crtc_ext_disp; in aty_set_pll18818() local 428 old_crtc_ext_disp = aty_ld_8(CRTC_GEN_CNTL + 3, info); in aty_set_pll18818() 429 aty_st_8(CRTC_GEN_CNTL + 3, old_crtc_ext_disp | (CRTC_EXT_DISP_EN >> 24), in aty_set_pll18818() 460 aty_st_8(CRTC_GEN_CNTL + 3, old_crtc_ext_disp, info); in aty_set_pll18818() 561 char old_crtc_ext_disp; in aty_set_pll_1703() local 563 old_crtc_ext_disp = aty_ld_8(CRTC_GEN_CNTL + 3, info); in aty_set_pll_1703() 564 aty_st_8(CRTC_GEN_CNTL + 3, old_crtc_ext_disp | (CRTC_EXT_DISP_EN >> 24), in aty_set_pll_1703() 580 aty_st_8(CRTC_GEN_CNTL + 3, old_crtc_ext_disp, info); in aty_set_pll_1703() 686 char old_crtc_ext_disp; in aty_set_pll_8398() local 689 old_crtc_ext_disp = aty_ld_8(CRTC_GEN_CNTL + 3, info); in aty_set_pll_8398() [all …]
|