Searched refs:CRTC_H_SYNC_STRT_WID (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/include/video/ |
D | aty128.h | 40 #define CRTC_H_SYNC_STRT_WID 0x0204 macro
|
D | mach64.h | 22 #define CRTC_H_SYNC_STRT_WID 0x0004 /* Dword offset 0_01 */ macro
|
D | radeon.h | 156 #define CRTC_H_SYNC_STRT_WID 0x0204 macro
|
/Linux-v5.4/drivers/video/fbdev/aty/ |
D | atyfb_base.c | 666 crtc->h_sync_strt_wid = aty_ld_le32(CRTC_H_SYNC_STRT_WID, par); in aty_get_crtc() 680 crtc->shadow_h_sync_strt_wid = aty_ld_le32(CRTC_H_SYNC_STRT_WID, par); in aty_get_crtc() 730 aty_st_le32(CRTC_H_SYNC_STRT_WID, crtc->h_sync_strt_wid, par); in aty_set_crtc() 765 aty_st_le32(CRTC_H_SYNC_STRT_WID, crtc->shadow_h_sync_strt_wid, par); in aty_set_crtc() 3045 crtc.h_sync_strt_wid = aty_ld_le32(CRTC_H_SYNC_STRT_WID, par); in atyfb_setup_sparc()
|
D | radeon_base.c | 1328 save->crtc_h_sync_strt_wid = INREG(CRTC_H_SYNC_STRT_WID); in radeon_save_state() 1495 OUTREG(CRTC_H_SYNC_STRT_WID, mode->crtc_h_sync_strt_wid); in radeon_write_mode()
|
D | aty128fb.c | 1028 aty_st_le32(CRTC_H_SYNC_STRT_WID, crtc->h_sync_strt_wid); in aty128_set_crtc()
|
D | radeon_pm.c | 2431 OUTREG(CRTC_H_SYNC_STRT_WID, 0x008e0580);
|