Searched refs:CRTC_GEN_CNTL (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/drivers/video/aty/ |
D | mach64_gx.c | 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() 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() 689 old_crtc_ext_disp = aty_ld_8(CRTC_GEN_CNTL + 3, info); in aty_set_pll_8398() 690 aty_st_8(CRTC_GEN_CNTL + 3, old_crtc_ext_disp | (CRTC_EXT_DISP_EN >> 24), in aty_set_pll_8398() 708 aty_st_8(CRTC_GEN_CNTL + 3, old_crtc_ext_disp, info); in aty_set_pll_8398() 803 old_crtc_ext_disp = aty_ld_8(CRTC_GEN_CNTL + 3, info); in aty_set_pll_408() [all …]
|
D | atyfb_base.c | 513 aty_st_le32(CRTC_GEN_CNTL, crtc->gen_cntl, info); in aty_set_crtc() 780 crtc->gen_cntl |= aty_ld_le32(CRTC_GEN_CNTL, info) & 0x000e0000; in aty_var_to_crtc() 955 tmp = aty_ld_8(CRTC_GEN_CNTL + 3, info); in atyfb_set_par() 2240 aty_ld_le32(CRTC_GEN_CNTL, info), aty_ld_le32(DSP_CONFIG, info), in aty_init() 2257 aty_ld_le32(CRTC_GEN_CNTL, info), aty_ld_le32(DSP_CONFIG, info), in aty_init() 2634 crtc.gen_cntl = aty_ld_le32(CRTC_GEN_CNTL, info); in atyfb_init() 3221 gen_cntl = aty_ld_8(CRTC_GEN_CNTL, info); in atyfbcon_blank() 3239 aty_st_8(CRTC_GEN_CNTL, gen_cntl, info); in atyfbcon_blank()
|
D | mach64.h | 52 #define CRTC_GEN_CNTL 0x001C /* Dword offset 0_07 */ macro
|
/linux-2.4.37.9/drivers/video/ |
D | aty128.h | 18 #define CRTC_GEN_CNTL 0x0050 macro
|
D | radeonfb.c | 1288 save_crtc_gen_cntl = INREG(CRTC_GEN_CNTL); in radeon_fixup_apertures() 1292 OUTREG(CRTC_GEN_CNTL, save_crtc_gen_cntl | CRTC_DISP_REQ_EN_B); in radeon_fixup_apertures() 1336 OUTREG(CRTC_GEN_CNTL, save_crtc_gen_cntl); in radeon_fixup_apertures() 1792 INREG(DAC_CNTL), INREG(DAC_CNTL2), INREG(CRTC_GEN_CNTL)); in radeonfb_pci_register() 2916 save->crtc_gen_cntl = INREG(CRTC_GEN_CNTL); in radeon_save_state() 3383 OUTREG(CRTC_GEN_CNTL, mode->crtc_gen_cntl); in radeon_write_mode() 3571 rinfo->save_regs[17] = (INREG(CRTC_GEN_CNTL) & 0xfdffffff) | 0x04000000; in radeon_pm_save_regs() 3618 OUTREG(CRTC_GEN_CNTL, rinfo->save_regs[17]); in radeon_pm_restore_regs() 3910 …OUTREG( CRTC_GEN_CNTL, (INREG( CRTC_GEN_CNTL) & ~CRTC_GEN_CNTL__CRTC_EN) | CRTC_GEN_CNTL__CRTC_DIS… in radeon_pm_setup_for_suspend() 4208 crtcGenCntl = INREG( CRTC_GEN_CNTL); in radeon_pm_full_reset_sdram() [all …]
|
D | radeon.h | 68 #define CRTC_GEN_CNTL 0x0050 macro
|
D | aty128fb.c | 794 aty_st_le32(CRTC_GEN_CNTL, crtc->gen_cntl); in aty128_set_crtc()
|