Searched refs:h_blank (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/videomode/
H A Dvesagtf.c240 unsigned h_blank; local
521 h_blank = DIVIDE(DIVIDE(total_active_pixels * ideal_duty_cycle,
525 print_value(19, "[H BLANK (PIXELS)]", h_blank);
533 total_pixels = total_active_pixels + h_blank;
598 * Note that h_blank is always an even number of characters (i.e.
599 * h_blank % (CELL_GRAN * 2) == 0)
602 h_front_porch = (h_blank / 2) - h_sync;
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_sdvo_regs.h76 u8 h_blank; /**< lower 8 bits (pixels) */ member in struct:intel_sdvo_dtd::__anon9885
77 u8 h_high; /**< upper 4 bits each h_active, h_blank */
H A Dintel_sdvo.c791 dtd->part1.h_blank = h_blank_len & 0xff;
829 mode->htotal = mode->hdisplay + dtd->part1.h_blank;

Completed in 156 milliseconds