Searched refs:CRTC_V_TOTAL_DISP (Results 1 – 7 of 7) sorted by relevance
| /linux-4.4.14/include/video/ |
| D | aty128.h | 40 #define CRTC_V_TOTAL_DISP 0x0208 macro
|
| D | mach64.h | 34 #define CRTC_V_TOTAL_DISP 0x0008 /* Dword offset 0_02 */ macro
|
| D | radeon.h | 156 #define CRTC_V_TOTAL_DISP 0x0208 macro
|
| /linux-4.4.14/drivers/video/fbdev/aty/ |
| D | atyfb_base.c | 667 crtc->v_tot_disp = aty_ld_le32(CRTC_V_TOTAL_DISP, par); in aty_get_crtc() 681 crtc->shadow_v_tot_disp = aty_ld_le32(CRTC_V_TOTAL_DISP, par); in aty_get_crtc() 731 aty_st_le32(CRTC_V_TOTAL_DISP, crtc->v_tot_disp, par); in aty_set_crtc() 766 aty_st_le32(CRTC_V_TOTAL_DISP, crtc->shadow_v_tot_disp, par); in aty_set_crtc() 3077 crtc.v_tot_disp = aty_ld_le32(CRTC_V_TOTAL_DISP, par); in atyfb_setup_sparc()
|
| D | radeon_base.c | 628 vTotal = ((INREG(CRTC_V_TOTAL_DISP) & 0x3ff) + 1); in radeon_probe_pll_params() 1334 save->crtc_v_total_disp = INREG(CRTC_V_TOTAL_DISP); in radeon_save_state() 1501 OUTREG(CRTC_V_TOTAL_DISP, mode->crtc_v_total_disp); in radeon_write_mode()
|
| D | aty128fb.c | 1034 aty_st_le32(CRTC_V_TOTAL_DISP, crtc->v_total); in aty128_set_crtc()
|
| D | radeon_pm.c | 2434 OUTREG(CRTC_V_TOTAL_DISP, 0x03ff0429);
|