Searched refs:CRTC_V_TOTAL_DISP (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/include/video/ |
H A D | aty128.h | 41 #define CRTC_V_TOTAL_DISP 0x0208 macro
|
H A D | mach64.h | 30 #define CRTC_V_TOTAL_DISP 0x0008 /* Dword offset 0_02 */ macro
|
H A D | radeon.h | 157 #define CRTC_V_TOTAL_DISP 0x0208 macro
|
/kernel/linux/linux-6.6/include/video/ |
H A D | aty128.h | 41 #define CRTC_V_TOTAL_DISP 0x0208 macro
|
H A D | mach64.h | 30 #define CRTC_V_TOTAL_DISP 0x0008 /* Dword offset 0_02 */ macro
|
H A D | radeon.h | 157 #define CRTC_V_TOTAL_DISP 0x0208 macro
|
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/ |
H A D | atyfb_base.c | 672 crtc->v_tot_disp = aty_ld_le32(CRTC_V_TOTAL_DISP, par); in aty_get_crtc() 686 crtc->shadow_v_tot_disp = aty_ld_le32(CRTC_V_TOTAL_DISP, par); in aty_get_crtc() 728 DPRINTK("CRTC_V_TOTAL_DISP: %x\n", crtc->v_tot_disp); in aty_set_crtc() 736 aty_st_le32(CRTC_V_TOTAL_DISP, crtc->v_tot_disp, par); in aty_set_crtc() 764 DPRINTK("SHADOW CRTC_V_TOTAL_DISP: %x\n", in aty_set_crtc() 771 aty_st_le32(CRTC_V_TOTAL_DISP, crtc->shadow_v_tot_disp, par); in aty_set_crtc() 3076 crtc.v_tot_disp = aty_ld_le32(CRTC_V_TOTAL_DISP, par); in atyfb_setup_sparc()
|
H A D | radeon_base.c | 619 vTotal = ((INREG(CRTC_V_TOTAL_DISP) & 0x3ff) + 1); in radeon_probe_pll_params() 1319 save->crtc_v_total_disp = INREG(CRTC_V_TOTAL_DISP); in radeon_save_state() 1486 OUTREG(CRTC_V_TOTAL_DISP, mode->crtc_v_total_disp); in radeon_write_mode()
|
H A D | aty128fb.c | 1022 aty_st_le32(CRTC_V_TOTAL_DISP, crtc->v_total); in aty128_set_crtc()
|
H A D | radeon_pm.c | 2436 OUTREG(CRTC_V_TOTAL_DISP, 0x03ff0429);
|
/kernel/linux/linux-6.6/drivers/video/fbdev/aty/ |
H A D | atyfb_base.c | 682 crtc->v_tot_disp = aty_ld_le32(CRTC_V_TOTAL_DISP, par); in aty_get_crtc() 696 crtc->shadow_v_tot_disp = aty_ld_le32(CRTC_V_TOTAL_DISP, par); in aty_get_crtc() 738 DPRINTK("CRTC_V_TOTAL_DISP: %x\n", crtc->v_tot_disp); in aty_set_crtc() 746 aty_st_le32(CRTC_V_TOTAL_DISP, crtc->v_tot_disp, par); in aty_set_crtc() 774 DPRINTK("SHADOW CRTC_V_TOTAL_DISP: %x\n", in aty_set_crtc() 781 aty_st_le32(CRTC_V_TOTAL_DISP, crtc->shadow_v_tot_disp, par); in aty_set_crtc() 3080 crtc.v_tot_disp = aty_ld_le32(CRTC_V_TOTAL_DISP, par); in atyfb_setup_sparc()
|
H A D | radeon_base.c | 620 vTotal = ((INREG(CRTC_V_TOTAL_DISP) & 0x3ff) + 1); in radeon_probe_pll_params() 1320 save->crtc_v_total_disp = INREG(CRTC_V_TOTAL_DISP); in radeon_save_state() 1487 OUTREG(CRTC_V_TOTAL_DISP, mode->crtc_v_total_disp); in radeon_write_mode()
|
H A D | aty128fb.c | 1020 aty_st_le32(CRTC_V_TOTAL_DISP, crtc->v_total); in aty128_set_crtc()
|
H A D | radeon_pm.c | 2435 OUTREG(CRTC_V_TOTAL_DISP, 0x03ff0429);
|
Completed in 50 milliseconds