| /netbsd-src/sys/uvm/ |
| H A D | uvm_swap.c | 1560 struct vndbuf *vbp = (void *)wk; in sw_reg_iodone() local 1561 struct vndxfer *vnx = vbp->vb_xfer; in sw_reg_iodone() 1565 KASSERT(&vbp->vb_buf.b_work == wk); in sw_reg_iodone() 1568 (uintptr_t)vbp, (uintptr_t)vbp->vb_buf.b_vp, vbp->vb_buf.b_blkno, in sw_reg_iodone() 1569 (uintptr_t)vbp->vb_buf.b_data); in sw_reg_iodone() 1571 vbp->vb_buf.b_bcount, vbp->vb_buf.b_resid, 0, 0); in sw_reg_iodone() 1578 resid = vbp->vb_buf.b_bcount - vbp->vb_buf.b_resid; in sw_reg_iodone() 1582 if (vbp->vb_buf.b_error != 0) { in sw_reg_iodone() 1584 error = vbp->vb_buf.b_error ? vbp->vb_buf.b_error : EIO; in sw_reg_iodone() 1592 buf_destroy(&vbp->vb_buf); in sw_reg_iodone() [all …]
|
| /netbsd-src/sys/arch/playstation2/ee/ |
| H A D | gsreg.h | 94 #define SYNCV(vs, vdp, vbpe, vbp, vfpe, vfp) \ argument 98 ((u_int64_t)(vbp) << 20) | \
|
| /netbsd-src/sys/arch/arm/sunxi/ |
| H A D | sunxi_lcdc.c | 224 const u_int vbp = mode->crtc_vtotal - mode->crtc_vsync_start; in sunxi_lcdc_tcon0_commit() local 234 TCON_WRITE(sc, TCON0_BASIC2_REG, ((mode->crtc_vtotal * 2) << 16) | (vbp - 1)); in sunxi_lcdc_tcon0_commit() 277 const u_int vbp = mode->crtc_vtotal - mode->crtc_vsync_start; in sunxi_lcdc_tcon1_commit() local 289 TCON_WRITE(sc, TCON1_BASIC4_REG, ((mode->crtc_vtotal * 2) << 16) | (vbp - 1)); in sunxi_lcdc_tcon1_commit()
|
| H A D | sunxi_hdmi.c | 846 const u_int vbp = mode->vtotal - mode->vsync_start; in sunxi_hdmi_set_videomode() local 859 mode->vdisplay, vbp, vfp, vspw); in sunxi_hdmi_set_videomode() 962 val |= __SHIFTIN(vbp - 1, in sunxi_hdmi_set_videomode()
|
| H A D | sunxi_tcon.c | 737 const u_int vbp = mode->vtotal - mode->vsync_start; in sunxi_tcon1_set_videomode() local 789 (vtotal << 16) | (vbp - 1)); in sunxi_tcon1_set_videomode()
|
| /netbsd-src/sys/dev/ic/ |
| H A D | monitors.h | 45 u_int16_t vbp; /* Vertical Back Porch */ member
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/ |
| H A D | vlv_dsi.c | 1046 u16 hactive, hfp, hsync, hbp, vfp, vsync, vbp; in bxt_dsi_get_pipe_config() local 1108 vbp = I915_READ(MIPI_VBP_COUNT(port)); in bxt_dsi_get_pipe_config() 1240 u16 hactive, hfp, hsync, hbp, vfp, vsync, vbp; in set_dsi_timings() local 1258 vbp = adjusted_mode->crtc_vtotal - adjusted_mode->crtc_vsync_end; in set_dsi_timings() 1295 I915_WRITE(MIPI_VBP_COUNT(port), vbp); in set_dsi_timings()
|
| /netbsd-src/sys/arch/arm/ti/ |
| H A D | ti_lcdc.c | 167 const u_int vbp = adjusted_mode->crtc_vtotal - adjusted_mode->crtc_vsync_end; in tilcdc_mode_set() local 199 RASTER_TIMING_1_VBP(vbp) | in tilcdc_mode_set()
|
| /netbsd-src/sys/dev/ata/ |
| H A D | ld_ataraid.c | 492 ld_ataraid_iodone_raid0(struct buf *vbp) in ld_ataraid_iodone_raid0() argument 494 struct cbuf *cbp = (struct cbuf *) vbp, *other_cbp; in ld_ataraid_iodone_raid0()
|
| /netbsd-src/sys/arch/sparc/dev/ |
| H A D | vme_machdep.c | 578 struct vmebusreg *vbp = t->cookie; variable 581 (*(volatile int *)&vbp->vmebus_afsr);
|
| /netbsd-src/sys/arch/arm/nvidia/ |
| H A D | tegra_drm_mode.c | 579 const u_int vbp = mode->crtc_vtotal - mode->crtc_vsync_end; in tegra_crtc_mode_set() local 652 __SHIFTIN(vbp, DC_DISP_BACK_PORCH_V) | in tegra_crtc_mode_set()
|
| /netbsd-src/sys/dev/ |
| H A D | ccd.c | 980 ccdiodone(struct buf *vbp) in ccdiodone() argument 982 struct ccdbuf *cbp = (struct ccdbuf *) vbp; in ccdiodone()
|
| /netbsd-src/sys/dev/pci/ |
| H A D | tga.c | 1525 (m->vbp << 22) | in tga2_init()
|