Searched refs:CRTC_H_TOTAL_DISP (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/include/video/ |
D | aty128.h | 38 #define CRTC_H_TOTAL_DISP 0x0200 macro
|
D | mach64.h | 24 #define CRTC_H_TOTAL_DISP 0x0000 /* Dword offset 0_00 */ macro
|
D | radeon.h | 154 #define CRTC_H_TOTAL_DISP 0x0200 macro
|
/linux-2.6.39/drivers/video/aty/ |
D | atyfb_base.c | 659 crtc->h_tot_disp = aty_ld_le32(CRTC_H_TOTAL_DISP, par); in aty_get_crtc() 673 crtc->shadow_h_tot_disp = aty_ld_le32(CRTC_H_TOTAL_DISP, par); in aty_get_crtc() 723 aty_st_le32(CRTC_H_TOTAL_DISP, crtc->h_tot_disp, par); in aty_set_crtc() 758 aty_st_le32(CRTC_H_TOTAL_DISP, crtc->shadow_h_tot_disp, par); in aty_set_crtc() 3103 crtc.h_tot_disp = aty_ld_le32(CRTC_H_TOTAL_DISP, par); in atyfb_setup_sparc()
|
D | radeon_base.c | 504 hTotal = ((INREG(CRTC_H_TOTAL_DISP) & 0x1ff) + 1) * 8; in radeon_probe_pll_params() 1214 save->crtc_h_total_disp = INREG(CRTC_H_TOTAL_DISP); in radeon_save_state() 1381 OUTREG(CRTC_H_TOTAL_DISP, mode->crtc_h_total_disp); in radeon_write_mode()
|
D | aty128fb.c | 988 aty_st_le32(CRTC_H_TOTAL_DISP, crtc->h_total); in aty128_set_crtc()
|
D | radeon_pm.c | 2423 OUTREG(CRTC_H_TOTAL_DISP, 0x009f00d2);
|