Home
last modified time | relevance | path

Searched refs:CRTC_H_SYNC_STRT_WID (Results 1 – 7 of 7) sorted by relevance

/linux/include/video/
H A Daty128.h40 #define CRTC_H_SYNC_STRT_WID 0x0204 macro
H A Dmach64.h22 #define CRTC_H_SYNC_STRT_WID 0x0004 /* Dword offset 0_01 */ macro
H A Dradeon.h156 #define CRTC_H_SYNC_STRT_WID 0x0204 macro
/linux/drivers/video/fbdev/aty/
H A Datyfb_base.c684 crtc->h_sync_strt_wid = aty_ld_le32(CRTC_H_SYNC_STRT_WID, par); in aty_get_crtc()
698 crtc->shadow_h_sync_strt_wid = aty_ld_le32(CRTC_H_SYNC_STRT_WID, par); in aty_get_crtc()
748 aty_st_le32(CRTC_H_SYNC_STRT_WID, crtc->h_sync_strt_wid, par); in aty_set_crtc()
783 aty_st_le32(CRTC_H_SYNC_STRT_WID, crtc->shadow_h_sync_strt_wid, par); in aty_set_crtc()
3082 crtc.h_sync_strt_wid = aty_ld_le32(CRTC_H_SYNC_STRT_WID, par); in atyfb_setup_sparc()
H A Dradeon_base.c1319 save->crtc_h_sync_strt_wid = INREG(CRTC_H_SYNC_STRT_WID); in radeon_save_state()
1486 OUTREG(CRTC_H_SYNC_STRT_WID, mode->crtc_h_sync_strt_wid); in radeon_write_mode()
H A Daty128fb.c1019 aty_st_le32(CRTC_H_SYNC_STRT_WID, crtc->h_sync_strt_wid); in aty128_set_crtc()
H A Dradeon_pm.c2428 OUTREG(CRTC_H_SYNC_STRT_WID, 0x008e0580);