Home
last modified time | relevance | path

Searched refs:crtc_h_sync_strt_wid (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/radeon/
H A Dradeon_legacy_crtc.c585 uint32_t crtc_h_sync_strt_wid; in radeon_set_crtc_timing() local
630 crtc_h_sync_strt_wid = ((hsync_start & 0x1fff) in radeon_set_crtc_timing()
681 WREG32(RADEON_FP_H2_SYNC_STRT_WID, crtc_h_sync_strt_wid); in radeon_set_crtc_timing()
722 &crtc_h_sync_strt_wid, &crtc_v_total_disp, in radeon_set_crtc_timing()
726 WREG32(RADEON_CRTC_H_SYNC_STRT_WID + radeon_crtc->crtc_offset, crtc_h_sync_strt_wid); in radeon_set_crtc_timing()
/linux/drivers/video/fbdev/aty/
H A Dradeonfb.h188 u32 crtc_h_sync_strt_wid; member