Searched refs:dst_h (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/arm/nvidia/drm2/
H A Dtegra_dc.c102 u_int dst_h; member in struct:dc_window
369 win->dst_x, win->dst_y, win->dst_w, win->dst_h);
410 v_incr_dda = dc_scaling_incr(win->src_h, win->dst_h, 15);
414 h_incr_dda = dc_scaling_incr(win->src_h, win->dst_h, 4);
433 WR4(sc, DC_WIN_SIZE, WIN_SIZE(win->dst_w, win->dst_h));
532 win.dst_h = crtc_h;
629 win.dst_h = fb->drm_fb.height;
703 win.dst_h = mode->vdisplay;
/freebsd-11-stable/sbin/routed/
H A Doutput.c340 naddr mask, v1_mask, dst_h, ddst_h = 0; local
351 dst_h = ag->ag_dst_h;
353 v1_mask = ripv1_mask_host(htonl(dst_h),
389 addrname(htonl(dst_h), mask,
405 wb->n->n_dst = htonl(dst_h);
429 dst_h += ddst_h;
H A Dtable.c207 naddr dst_h; local
216 dst_h = ag->ag_dst_h;
217 if ((dst_h & lim_mask) != lim_dst_h)
234 if ((dst_h & ag_cors->ag_mask) == ag_cors->ag_dst_h) {
257 if (ag_cors->ag_dst_h == dst_h)
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_overlay.c430 short dst_h; member in struct:put_image_params
566 if (params->dst_h > 1)
568 /(params->dst_h);
739 iowrite32((params->dst_h << 16) | params->dst_w, &regs->DWINSZ);
888 tmp = ((rec->src_scan_h << 16) / rec->dst_h) >> 16;
1129 params->dst_h = ((((u32)put_image_rec->dst_height) << 12) /
1133 params->dst_h = put_image_rec->dst_height;
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_display.c1454 u32 src_h = 1, dst_h = 1; local
1482 dst_h = radeon_crtc->native_mode.hdisplay;
1503 dst_h = crtc->mode.hdisplay - (radeon_crtc->h_border * 2);
1525 b.full = dfixed_const(dst_h);

Completed in 143 milliseconds