Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/radeon/
H A Dradeon_legacy_crtc.c64 u32 fp_h_sync_strt_wid, fp_crtc_h_total_disp; in radeon_legacy_rmx_mode_set() local
84 fp_crtc_h_total_disp = ((((mode->crtc_htotal / 8) - 1) & 0x3ff) in radeon_legacy_rmx_mode_set()
167 fp_crtc_h_total_disp = (((blank_width) & 0x3ff) in radeon_legacy_rmx_mode_set()
209 WREG32(RADEON_FP_CRTC_H_TOTAL_DISP, fp_crtc_h_total_disp); in radeon_legacy_rmx_mode_set()
/linux/drivers/video/fbdev/aty/
H A Dradeonfb.h214 u32 fp_crtc_h_total_disp; member