Home
last modified time | relevance | path

Searched refs:ver_total (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/drivers/gpu/drm/radeon/
Dradeon_legacy_tv.c73 uint16_t ver_total; member
447 v_total = const_ptr->ver_total; in radeon_legacy_tv_init_restarts()
616 vert_space = const_ptr->ver_total * 2 * 10000 / NTSC_TV_LINES_PER_FRAME; in radeon_legacy_tv_mode_set()
618 vert_space = const_ptr->ver_total * 2 * 10000 / PAL_TV_LINES_PER_FRAME; in radeon_legacy_tv_mode_set()
634 tmp = const_ptr->ver_total * 2 * 1000; in radeon_legacy_tv_mode_set()
793 WREG32(RADEON_TV_VTOTAL, const_ptr->ver_total - 1); in radeon_legacy_tv_mode_set()
859 ((const_ptr->ver_total - 1) << RADEON_CRTC_V_TOTAL_SHIFT); in radeon_legacy_tv_adjust_crtc_reg()
/linux-2.6.39/drivers/video/via/
Dhw.c1831 ver_total); in viafb_load_crtc_timing()
1833 iga1_crtc_reg.ver_total.reg_num; in viafb_load_crtc_timing()
1834 reg = iga1_crtc_reg.ver_total.reg; in viafb_load_crtc_timing()
1942 ver_total); in viafb_load_crtc_timing()
1944 iga2_crtc_reg.ver_total.reg_num; in viafb_load_crtc_timing()
1945 reg = iga2_crtc_reg.ver_total.reg; in viafb_load_crtc_timing()
2060 clock = crt_reg.hor_total * crt_reg.ver_total in viafb_fill_crtc_timing()
2581 return 1000000000 / (best->crtc.hor_total * best->crtc.ver_total) in viafb_get_pixclock()
2718 crt_reg.ver_total - (crt_reg.ver_sync_start + crt_reg.ver_sync_end); in viafb_fill_var_timing_info()
Dhw.h834 struct iga1_ver_total ver_total; member
860 struct iga2_ver_total ver_total; member
Dlcd.c580 clock = panel_crt_reg.hor_total * panel_crt_reg.ver_total in viafb_lcd_set_mode()
1005 crt_reg.ver_total = panel_crt_reg.ver_total; in lcd_centering_timging()
Dshare.h675 u16 ver_total; member
Ddvi.c199 * pDviTiming->crtc.hor_total * pDviTiming->crtc.ver_total in viafb_dvi_set_mode()