Searched refs:dst_h (Results 1 – 5 of 5) sorted by relevance
| /freebsd-11-stable/sbin/routed/ |
| HD | output.c | 340 naddr mask, v1_mask, dst_h, ddst_h = 0; in supply_out() local 351 dst_h = ag->ag_dst_h; in supply_out() 353 v1_mask = ripv1_mask_host(htonl(dst_h), in supply_out() 389 addrname(htonl(dst_h), mask, in supply_out() 405 wb->n->n_dst = htonl(dst_h); in supply_out() 429 dst_h += ddst_h; in supply_out()
|
| HD | table.c | 207 naddr dst_h; in ag_flush() local 216 dst_h = ag->ag_dst_h; in ag_flush() 217 if ((dst_h & lim_mask) != lim_dst_h) in ag_flush() 234 if ((dst_h & ag_cors->ag_mask) == ag_cors->ag_dst_h) { in ag_flush() 257 if (ag_cors->ag_dst_h == dst_h) in ag_flush()
|
| /freebsd-11-stable/sys/arm/nvidia/drm2/ |
| HD | tegra_dc.c | 102 u_int dst_h; member 369 win->dst_x, win->dst_y, win->dst_w, win->dst_h); in dc_setup_window() 410 v_incr_dda = dc_scaling_incr(win->src_h, win->dst_h, 15); in dc_setup_window() 414 h_incr_dda = dc_scaling_incr(win->src_h, win->dst_h, 4); in dc_setup_window() 433 WR4(sc, DC_WIN_SIZE, WIN_SIZE(win->dst_w, win->dst_h)); in dc_setup_window() 532 win.dst_h = crtc_h; in dc_plane_update() 629 win.dst_h = fb->drm_fb.height; in dc_set_base() 703 win.dst_h = mode->vdisplay; in dc_crtc_mode_set()
|
| /freebsd-11-stable/sys/dev/drm2/i915/ |
| HD | intel_overlay.c | 430 short dst_h; member 566 if (params->dst_h > 1) in update_scaling_factors() 568 /(params->dst_h); in update_scaling_factors() 739 iowrite32((params->dst_h << 16) | params->dst_w, ®s->DWINSZ); in intel_overlay_do_put_image() 888 tmp = ((rec->src_scan_h << 16) / rec->dst_h) >> 16; in check_overlay_scaling() 1129 params->dst_h = ((((u32)put_image_rec->dst_height) << 12) / in intel_overlay_put_image() 1133 params->dst_h = put_image_rec->dst_height; in intel_overlay_put_image()
|
| /freebsd-11-stable/sys/dev/drm2/radeon/ |
| HD | radeon_display.c | 1454 u32 src_h = 1, dst_h = 1; in radeon_crtc_scaling_mode_fixup() local 1482 dst_h = radeon_crtc->native_mode.hdisplay; in radeon_crtc_scaling_mode_fixup() 1503 dst_h = crtc->mode.hdisplay - (radeon_crtc->h_border * 2); in radeon_crtc_scaling_mode_fixup() 1525 b.full = dfixed_const(dst_h); in radeon_crtc_scaling_mode_fixup()
|