Home
last modified time | relevance | path

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

/netbsd/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_legacy_tv.c81 uint16_t ver_total; member
445 v_total = const_ptr->ver_total; in radeon_legacy_tv_init_restarts()
614 vert_space = const_ptr->ver_total * 2 * 10000 / NTSC_TV_LINES_PER_FRAME; in radeon_legacy_tv_mode_set()
616 vert_space = const_ptr->ver_total * 2 * 10000 / PAL_TV_LINES_PER_FRAME; in radeon_legacy_tv_mode_set()
632 tmp = const_ptr->ver_total * 2 * 1000; in radeon_legacy_tv_mode_set()
785 WREG32(RADEON_TV_VTOTAL, const_ptr->ver_total - 1); in radeon_legacy_tv_mode_set()
851 ((const_ptr->ver_total - 1) << RADEON_CRTC_V_TOTAL_SHIFT); in radeon_legacy_tv_adjust_crtc_reg()
/netbsd/sys/dev/pci/
H A Dunichromehw.h641 struct iga1_ver_total ver_total; member
667 struct iga2_ver_total ver_total; member
H A Dunichromereg.h703 uint16_t ver_total; member
H A Dunichromefb.c863 device_timing.ver_total); in uni_load_crtc()
864 regnum = iga1_crtc_reg.ver_total.reg_num; in uni_load_crtc()
865 reg = iga1_crtc_reg.ver_total.reg; in uni_load_crtc()