Searched refs:vbl (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/mdocml/
H A Dterm.c111 size_t vbl; /* number of blanks to prepend to output */ local
121 vbl = (p->flags & TERMP_NOPAD) || p->tcol->offset < p->viscol ?
123 if (p->minbl && vbl < p->minbl)
124 vbl = p->minbl;
125 maxvis = p->tcol->rmargin > p->viscol + vbl ?
126 p->tcol->rmargin - p->viscol - vbl : 0;
128 p->maxrmargin > p->viscol + vbl ?
129 p->maxrmargin - p->viscol - vbl : 0;
145 vbl += vend - vis;
208 vbl
[all...]
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_display.c1558 u32 stat_crtc = 0, vbl = 0, position = 0; local
1566 vbl = RREG32(EVERGREEN_CRTC_V_BLANK_START_END +
1573 vbl = RREG32(EVERGREEN_CRTC_V_BLANK_START_END +
1580 vbl = RREG32(EVERGREEN_CRTC_V_BLANK_START_END +
1587 vbl = RREG32(EVERGREEN_CRTC_V_BLANK_START_END +
1594 vbl = RREG32(EVERGREEN_CRTC_V_BLANK_START_END +
1601 vbl = RREG32(EVERGREEN_CRTC_V_BLANK_START_END +
1609 vbl = RREG32(AVIVO_D1CRTC_V_BLANK_START_END);
1614 vbl = RREG32(AVIVO_D2CRTC_V_BLANK_START_END);
1624 vbl
[all...]
/freebsd-11-stable/sys/arm/allwinner/
H A Da10_fb.c146 #define START_DELAY(vbl) (MIN(32, (vbl)) - 2)
345 u_int interlace, hspw, hbp, vspw, vbp, vbl, width, height, start_delay; local
359 vbl = VBLANK_LEN(mode->vtotal, mode->vdisplay, interlace);
360 start_delay = START_DELAY(vbl);
/freebsd-11-stable/sys/dev/drm2/i915/
H A Di915_irq.c187 u32 vbl = 0, position = 0; local
227 vbl = I915_READ(VBLANK(cpu_transcoder));
230 vbl_start = vbl & 0x1fff;
231 vbl_end = (vbl >> 16) & 0x1fff;
241 if (vbl > 0)

Completed in 70 milliseconds