/src/sys/dev/ic/ |
monitors.h | 45 u_int16_t vbp; /* Vertical Back Porch */ member in struct:monitor
|
/src/sys/arch/arm/ti/ |
ti_lcdc.c | 167 const u_int vbp = adjusted_mode->crtc_vtotal - adjusted_mode->crtc_vsync_end; local in function:tilcdc_mode_set 199 RASTER_TIMING_1_VBP(vbp) |
|
/src/sys/arch/arm/nvidia/ |
tegra_drm_mode.c | 579 const u_int vbp = mode->crtc_vtotal - mode->crtc_vsync_end; local in function:tegra_crtc_mode_set 652 __SHIFTIN(vbp, DC_DISP_BACK_PORCH_V) |
|
/src/sys/arch/arm/sunxi/ |
sunxi_tcon.c | 737 const u_int vbp = mode->vtotal - mode->vsync_start; local in function:sunxi_tcon1_set_videomode 789 (vtotal << 16) | (vbp - 1));
|
sunxi_hdmi.c | 846 const u_int vbp = mode->vtotal - mode->vsync_start; local in function:sunxi_hdmi_set_videomode 859 mode->vdisplay, vbp, vfp, vspw); 962 val |= __SHIFTIN(vbp - 1,
|
sunxi_lcdc.c | 224 const u_int vbp = mode->crtc_vtotal - mode->crtc_vsync_start; local in function:sunxi_lcdc_tcon0_commit 234 TCON_WRITE(sc, TCON0_BASIC2_REG, ((mode->crtc_vtotal * 2) << 16) | (vbp - 1)); 277 const u_int vbp = mode->crtc_vtotal - mode->crtc_vsync_start; local in function:sunxi_lcdc_tcon1_commit 289 TCON_WRITE(sc, TCON1_BASIC4_REG, ((mode->crtc_vtotal * 2) << 16) | (vbp - 1));
|
/src/sys/arch/sparc/dev/ |
vme_machdep.c | 578 struct vmebusreg *vbp = t->cookie; variable in typeref:struct:vmebusreg * 581 (*(volatile int *)&vbp->vmebus_afsr);
|
/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
vlv_dsi.c | 1046 u16 hactive, hfp, hsync, hbp, vfp, vsync, vbp; local in function:bxt_dsi_get_pipe_config 1108 vbp = I915_READ(MIPI_VBP_COUNT(port)); 1240 u16 hactive, hfp, hsync, hbp, vfp, vsync, vbp; local in function:set_dsi_timings 1258 vbp = adjusted_mode->crtc_vtotal - adjusted_mode->crtc_vsync_end; 1295 I915_WRITE(MIPI_VBP_COUNT(port), vbp);
|
/src/sys/uvm/ |
uvm_swap.c | 1563 struct vndbuf *vbp = (void *)wk; local in function:sw_reg_iodone 1564 struct vndxfer *vnx = vbp->vb_xfer; 1568 KASSERT(&vbp->vb_buf.b_work == wk); 1570 UVMHIST_CALLARGS(pdhist, " vbp=%#jx vp=%#jx blkno=%#jx addr=%#jx", 1571 (uintptr_t)vbp, (uintptr_t)vbp->vb_buf.b_vp, vbp->vb_buf.b_blkno, 1572 (uintptr_t)vbp->vb_buf.b_data); 1574 vbp->vb_buf.b_bcount, vbp->vb_buf.b_resid, 0, 0) [all...] |