Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/gpu/drm/radeon/
Dradeon_legacy_tv.c72 uint16_t hor_total; member
446 h_total = const_ptr->hor_total; in radeon_legacy_tv_init_restarts()
789 WREG32(RADEON_TV_HTOTAL, const_ptr->hor_total - 1); in radeon_legacy_tv_mode_set()
850 (((const_ptr->hor_total / 8) - 1) << RADEON_CRTC_H_TOTAL_SHIFT); in radeon_legacy_tv_adjust_crtc_reg()
895 *htotal_cntl = (const_ptr->hor_total & 0x7) | RADEON_HTOT_CNTL_VGA_EN; in radeon_legacy_tv_adjust_pll1()
915 *htotal2_cntl = (const_ptr->hor_total & 0x7); in radeon_legacy_tv_adjust_pll2()
/linux-2.6.39/drivers/video/via/
Dhw.c1781 hor_total); in viafb_load_crtc_timing()
1783 iga1_crtc_reg.hor_total.reg_num; in viafb_load_crtc_timing()
1784 reg = iga1_crtc_reg.hor_total.reg; in viafb_load_crtc_timing()
1887 hor_total); in viafb_load_crtc_timing()
1889 iga2_crtc_reg.hor_total.reg_num; in viafb_load_crtc_timing()
1890 reg = iga2_crtc_reg.hor_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()
2714 crt_reg.hor_total - (crt_reg.hor_sync_start + crt_reg.hor_sync_end); in viafb_fill_var_timing_info()
Dhw.h828 struct iga1_hor_total hor_total; member
854 struct iga2_hor_total hor_total; member
Dlcd.c580 clock = panel_crt_reg.hor_total * panel_crt_reg.ver_total in viafb_lcd_set_mode()
994 crt_reg.hor_total = panel_crt_reg.hor_total; in lcd_centering_timging()
Dshare.h669 u16 hor_total; member
Ddvi.c199 * pDviTiming->crtc.hor_total * pDviTiming->crtc.ver_total in viafb_dvi_set_mode()