Searched refs:CRTC_H_TOTAL_DISP (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/include/video/ |
H A D | aty128.h | 39 #define CRTC_H_TOTAL_DISP 0x0200 macro
|
H A D | mach64.h | 20 #define CRTC_H_TOTAL_DISP 0x0000 /* Dword offset 0_00 */ macro
|
H A D | radeon.h | 155 #define CRTC_H_TOTAL_DISP 0x0200 macro
|
/kernel/linux/linux-6.6/include/video/ |
H A D | aty128.h | 39 #define CRTC_H_TOTAL_DISP 0x0200 macro
|
H A D | mach64.h | 20 #define CRTC_H_TOTAL_DISP 0x0000 /* Dword offset 0_00 */ macro
|
H A D | radeon.h | 155 #define CRTC_H_TOTAL_DISP 0x0200 macro
|
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/ |
H A D | atyfb_base.c | 670 crtc->h_tot_disp = aty_ld_le32(CRTC_H_TOTAL_DISP, par); in aty_get_crtc() 684 crtc->shadow_h_tot_disp = aty_ld_le32(CRTC_H_TOTAL_DISP, par); in aty_get_crtc() 726 DPRINTK("CRTC_H_TOTAL_DISP: %x\n", crtc->h_tot_disp); in aty_set_crtc() 734 aty_st_le32(CRTC_H_TOTAL_DISP, crtc->h_tot_disp, par); in aty_set_crtc() 760 DPRINTK("SHADOW CRTC_H_TOTAL_DISP: %x\n", in aty_set_crtc() 769 aty_st_le32(CRTC_H_TOTAL_DISP, crtc->shadow_h_tot_disp, par); in aty_set_crtc() 3074 crtc.h_tot_disp = aty_ld_le32(CRTC_H_TOTAL_DISP, par); in atyfb_setup_sparc()
|
H A D | radeon_base.c | 618 hTotal = ((INREG(CRTC_H_TOTAL_DISP) & 0x1ff) + 1) * 8; in radeon_probe_pll_params() 1317 save->crtc_h_total_disp = INREG(CRTC_H_TOTAL_DISP); in radeon_save_state() 1484 OUTREG(CRTC_H_TOTAL_DISP, mode->crtc_h_total_disp); in radeon_write_mode()
|
H A D | aty128fb.c | 1020 aty_st_le32(CRTC_H_TOTAL_DISP, crtc->h_total); in aty128_set_crtc()
|
H A D | radeon_pm.c | 2430 OUTREG(CRTC_H_TOTAL_DISP, 0x009f00d2);
|
/kernel/linux/linux-6.6/drivers/video/fbdev/aty/ |
H A D | atyfb_base.c | 680 crtc->h_tot_disp = aty_ld_le32(CRTC_H_TOTAL_DISP, par); in aty_get_crtc() 694 crtc->shadow_h_tot_disp = aty_ld_le32(CRTC_H_TOTAL_DISP, par); in aty_get_crtc() 736 DPRINTK("CRTC_H_TOTAL_DISP: %x\n", crtc->h_tot_disp); in aty_set_crtc() 744 aty_st_le32(CRTC_H_TOTAL_DISP, crtc->h_tot_disp, par); in aty_set_crtc() 770 DPRINTK("SHADOW CRTC_H_TOTAL_DISP: %x\n", in aty_set_crtc() 779 aty_st_le32(CRTC_H_TOTAL_DISP, crtc->shadow_h_tot_disp, par); in aty_set_crtc() 3078 crtc.h_tot_disp = aty_ld_le32(CRTC_H_TOTAL_DISP, par); in atyfb_setup_sparc()
|
H A D | radeon_base.c | 619 hTotal = ((INREG(CRTC_H_TOTAL_DISP) & 0x1ff) + 1) * 8; in radeon_probe_pll_params() 1318 save->crtc_h_total_disp = INREG(CRTC_H_TOTAL_DISP); in radeon_save_state() 1485 OUTREG(CRTC_H_TOTAL_DISP, mode->crtc_h_total_disp); in radeon_write_mode()
|
H A D | aty128fb.c | 1018 aty_st_le32(CRTC_H_TOTAL_DISP, crtc->h_total); in aty128_set_crtc()
|
H A D | radeon_pm.c | 2429 OUTREG(CRTC_H_TOTAL_DISP, 0x009f00d2);
|
Completed in 53 milliseconds