HomeSort by: relevance | last modified time | path
    Searched defs:ver_total (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_legacy_tv.c 81 uint16_t ver_total; member in struct:radeon_tv_mode_constants
445 v_total = const_ptr->ver_total;
614 vert_space = const_ptr->ver_total * 2 * 10000 / NTSC_TV_LINES_PER_FRAME;
616 vert_space = const_ptr->ver_total * 2 * 10000 / PAL_TV_LINES_PER_FRAME;
632 tmp = const_ptr->ver_total * 2 * 1000;
785 WREG32(RADEON_TV_VTOTAL, const_ptr->ver_total - 1);
851 ((const_ptr->ver_total - 1) << RADEON_CRTC_V_TOTAL_SHIFT);
radeon_legacy_tv.c 81 uint16_t ver_total; member in struct:radeon_tv_mode_constants
445 v_total = const_ptr->ver_total;
614 vert_space = const_ptr->ver_total * 2 * 10000 / NTSC_TV_LINES_PER_FRAME;
616 vert_space = const_ptr->ver_total * 2 * 10000 / PAL_TV_LINES_PER_FRAME;
632 tmp = const_ptr->ver_total * 2 * 1000;
785 WREG32(RADEON_TV_VTOTAL, const_ptr->ver_total - 1);
851 ((const_ptr->ver_total - 1) << RADEON_CRTC_V_TOTAL_SHIFT);
  /src/sys/dev/pci/
unichromehw.h 641 struct iga1_ver_total ver_total; member in struct:iga1_crtc_timing
667 struct iga2_ver_total ver_total; member in struct:iga2_crtc_timing
unichromehw.h 641 struct iga1_ver_total ver_total; member in struct:iga1_crtc_timing
667 struct iga2_ver_total ver_total; member in struct:iga2_crtc_timing
unichromereg.h 703 uint16_t ver_total; member in struct:display_timing
unichromereg.h 703 uint16_t ver_total; member in struct:display_timing

Completed in 28 milliseconds