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

  /src/sys/dev/videomode/
vesagtf.c 220 unsigned top_margin; local in function:vesagtf_mode_params
296 top_margin = bottom_margin = (flags & VESAGTF_FLAG_MARGINS) ?
299 print_value(4, "[TOP MARGIN (LINES)]", top_margin);
347 ((2 * (v_lines + (2 * top_margin) + params->min_porch)) + interlace));
383 total_v_lines = v_lines + top_margin + bottom_margin + vsync_plus_bp +
  /src/sys/arch/amiga/dev/
itevar.h 91 short top_margin; member in struct:ite_softc
  /src/sys/arch/atari/dev/
itevar.h 91 short top_margin; member in struct:ite_softc
  /src/sys/external/bsd/drm2/dist/drm/
drm_modes.c 396 int top_margin, bottom_margin; local in function:drm_gtf_mode_complex
440 top_margin = 0;
442 top_margin = (vdisplay_rnd * GTF_MARGIN_PERCENTAGE + 500) /
445 bottom_margin = top_margin;
456 tmp2 = (vdisplay_rnd + 2 * top_margin + GTF_MIN_V_PORCH) *
468 vtotal_lines = vdisplay_rnd + top_margin + bottom_margin +
  /src/sys/arch/x68k/dev/
itevar.h 93 int top_margin, bottom_margin; member in struct:ite_softc

Completed in 38 milliseconds