Home
last modified time | relevance | path

Searched refs:vbp (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/sys/uvm/
H A Duvm_swap.c1560 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 Dgsreg.h94 #define SYNCV(vs, vdp, vbpe, vbp, vfpe, vfp) \ argument
98 ((u_int64_t)(vbp) << 20) | \
/netbsd-src/sys/arch/arm/sunxi/
H A Dsunxi_lcdc.c224 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 Dsunxi_hdmi.c846 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 Dsunxi_tcon.c737 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 Dmonitors.h45 u_int16_t vbp; /* Vertical Back Porch */ member
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dvlv_dsi.c1046 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 Dti_lcdc.c167 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 Dld_ataraid.c492 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 Dvme_machdep.c578 struct vmebusreg *vbp = t->cookie; variable
581 (*(volatile int *)&vbp->vmebus_afsr);
/netbsd-src/sys/arch/arm/nvidia/
H A Dtegra_drm_mode.c579 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 Dccd.c980 ccdiodone(struct buf *vbp) in ccdiodone() argument
982 struct ccdbuf *cbp = (struct ccdbuf *) vbp; in ccdiodone()
/netbsd-src/sys/dev/pci/
H A Dtga.c1525 (m->vbp << 22) | in tga2_init()