Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/sym53c8xx_2/
Dsym_malloc.c225 m_vtob_p vbp; in ___get_dma_mem_cluster() local
228 vbp = __sym_calloc(&mp0, sizeof(*vbp), "VTOB"); in ___get_dma_mem_cluster()
229 if (!vbp) in ___get_dma_mem_cluster()
232 vaddr = sym_m_get_dma_mem_cluster(mp, vbp); in ___get_dma_mem_cluster()
235 vbp->next = mp->vtob[hc]; in ___get_dma_mem_cluster()
236 mp->vtob[hc] = vbp; in ___get_dma_mem_cluster()
248 m_vtob_p *vbpp, vbp; in ___free_dma_mem_cluster() local
255 vbp = *vbpp; in ___free_dma_mem_cluster()
257 sym_m_free_dma_mem_cluster(mp, vbp); in ___free_dma_mem_cluster()
258 __sym_mfree(&mp0, vbp, sizeof(*vbp), "VTOB"); in ___free_dma_mem_cluster()
Dsym_hipd.h1206 static inline void *sym_m_get_dma_mem_cluster(m_pool_p mp, m_vtob_p vbp) in sym_m_get_dma_mem_cluster() argument
1214 vbp->vaddr = vaddr; in sym_m_get_dma_mem_cluster()
1215 vbp->baddr = baddr; in sym_m_get_dma_mem_cluster()
1220 static inline void sym_m_free_dma_mem_cluster(m_pool_p mp, m_vtob_p vbp) in sym_m_free_dma_mem_cluster() argument
1222 dma_free_coherent(mp->dev_dmat, SYM_MEM_CLUSTER_SIZE, vbp->vaddr, in sym_m_free_dma_mem_cluster()
1223 vbp->baddr); in sym_m_free_dma_mem_cluster()
/linux-4.4.14/drivers/gpu/drm/tilcdc/
Dtilcdc_crtc.c265 uint32_t reg, hbp, hfp, hsw, vbp, vfp, vsw; in tilcdc_crtc_mode_set() local
305 vbp = mode->vtotal - mode->vsync_end; in tilcdc_crtc_mode_set()
310 mode->hdisplay, mode->vdisplay, hbp, hfp, hsw, vbp, vfp, vsw); in tilcdc_crtc_mode_set()
339 ((vbp & 0xff) << 24) | in tilcdc_crtc_mode_set()
471 uint32_t hbp, hfp, hsw, vbp, vfp, vsw; in tilcdc_crtc_mode_valid() local
494 vbp = mode->vtotal - mode->vsync_end; in tilcdc_crtc_mode_valid()
513 if (vbp & ~0xff) { in tilcdc_crtc_mode_valid()
/linux-4.4.14/drivers/gpu/drm/fsl-dcu/
Dfsl_dcu_drm_crtc.c87 unsigned int hbp, hfp, hsw, vbp, vfp, vsw, div, index; in fsl_dcu_drm_crtc_mode_set_nofb() local
99 vbp = mode->vtotal - mode->vsync_end; in fsl_dcu_drm_crtc_mode_set_nofb()
110 DCU_VSYN_PARA_BP(vbp) | in fsl_dcu_drm_crtc_mode_set_nofb()
/linux-4.4.14/drivers/video/fbdev/omap2/dss/
Dhdmi_wp.c176 timing_v |= FLD_VAL(timings->vbp, 31, 20); in hdmi_wp_video_config_timing()
196 timings->vbp = param->timings.vbp; in hdmi_wp_init_vid_fmt_timings()
Ddisplay.c281 ovt->vbp = vm->vback_porch; in videomode_to_omap_video_timings()
314 vm->vback_porch = ovt->vbp; in omap_video_timings_to_videomode()
Ddisplay-sysfs.c110 t.y_res, t.vfp, t.vbp, t.vsw); in display_timings_show()
135 &t.y_res, &t.vfp, &t.vbp, &t.vsw) != 9) in display_timings_store()
Dhdmi5_core.c308 video_cfg->v_fc_config.timings.vbp = cfg->timings.vbp; in hdmi_core_init()
311 cfg->timings.vfp + cfg->timings.vbp; in hdmi_core_init()
Dvenc.c275 .vbp = 41,
296 .vbp = 31,
Ddispc.c3035 int vsw, int vfp, int vbp) in _dispc_lcd_timings_ok() argument
3042 vbp < 0 || vbp > dispc.feat->vp_max) in _dispc_lcd_timings_ok()
3072 timings->vbp)) in dispc_mgr_timings_ok()
3080 int hfp, int hbp, int vsw, int vfp, int vbp, in _dispc_mgr_set_lcd_timings() argument
3096 FLD_VAL(vbp, dispc.feat->bp_start, 20); in _dispc_mgr_set_lcd_timings()
3205 t.vfp, t.vbp, t.vsync_level, t.hsync_level, in dispc_mgr_set_timings()
3209 ytot = t.y_res + t.vfp + t.vsw + t.vbp; in dispc_mgr_set_timings()
3216 t.hsw, t.hfp, t.hbp, t.vsw, t.vfp, t.vbp); in dispc_mgr_set_timings()
Ddsi.c3716 int vbp = dsi->vm_timings.vbp; in dsi_proto_timings() local
3735 DSSDBG("VBP: %d, VFP: %d, VSA: %d, VACT: %d lines\n", vbp, vfp, in dsi_proto_timings()
3745 r = FLD_MOD(r, vbp, 7, 0); /* VBP */ in dsi_proto_timings()
4438 t->vfp = t->vbp = 0; in dsi_cm_calc_dispc_cb()
4648 dsi_vm->vbp = req_vm->vbp; in dsi_vm_calc_blanking()
Drfbi.c866 rfbi.timings.vbp = 0; in rfbi_config_lcd_manager()
/linux-4.4.14/drivers/video/fbdev/omap/
Dlcd_inn1510.c70 .vbp = 0,
Dlcd_htcherald.c76 .vbp = 2,
Dlcd_palmz71.c69 .vbp = 7,
Dlcd_palmtt.c74 .vbp = 7,
Dlcd_palmte.c68 .vbp = 7,
Dlcd_osk.c91 .vbp = 0,
Dlcd_inn1610.c91 .vbp = 0,
Dlcd_h3.c85 .vbp = 0,
Dlcd_ams_delta.c158 .vbp = 0,
Domapfb.h86 int vbp; /* Vertical back porch */ member
Dlcd_mipid.c518 .vbp = 3,
Dlcdc.c502 l |= panel->vbp << 24; in setup_regs()
Domapfb_main.c585 var->lower_margin = panel->vbp; in set_fb_var()
1776 vhz = hhz / (panel->vfp + panel->y_res + panel->vbp + panel->vsw); in omapfb_do_probe()
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_dsi_pll.c81 u32 hactive, vactive, hfp, hsync, hbp, vfp, vsync, vbp; in dsi_rr_formula() local
99 vbp = mode->vtotal - mode->vsync_end; in dsi_rr_formula()
120 bytes_per_frame = vsync * bytes_per_line + vbp * bytes_per_line + in dsi_rr_formula()
Dintel_dsi.c779 u16 hactive, hfp, hsync, hbp, vfp, vsync, vbp; in set_dsi_timings() local
797 vbp = adjusted_mode->crtc_vtotal - adjusted_mode->crtc_vsync_end; in set_dsi_timings()
834 I915_WRITE(MIPI_VBP_COUNT(port), vbp); in set_dsi_timings()
/linux-4.4.14/drivers/gpu/drm/omapdrm/
Domap_connector.c59 mode->vtotal = mode->vsync_end + timings->vbp; in copy_timings_omap_to_drm()
90 timings->vbp = mode->vtotal - mode->vsync_end; in copy_timings_drm_to_omap()
/linux-4.4.14/drivers/scsi/
Dncr53c8xx.c386 m_vtob_s *vbp; in ___dma_getp() local
388 vbp = __m_calloc(&mp0, sizeof(*vbp), "VTOB"); in ___dma_getp()
389 if (vbp) { in ___dma_getp()
396 vbp->vaddr = vp; in ___dma_getp()
397 vbp->baddr = daddr; in ___dma_getp()
398 vbp->next = mp->vtob[hc]; in ___dma_getp()
399 mp->vtob[hc] = vbp; in ___dma_getp()
404 if (vbp) in ___dma_getp()
405 __m_free(&mp0, vbp, sizeof(*vbp), "VTOB"); in ___dma_getp()
411 m_vtob_s **vbpp, *vbp; in ___dma_freep() local
[all …]
/linux-4.4.14/drivers/video/fbdev/omap2/displays-new/
Dconnector-analog-tv.c41 .vbp = 41,
Dconnector-hdmi.c32 .vbp = 31,
Dconnector-dvi.c34 .vbp = 7,
Dpanel-nec-nl8048hl11.c79 .vbp = 4,
Dpanel-lgphilips-lb035q02.c34 .vbp = 18,
Dpanel-sharp-ls037v7dw01.c51 .vbp = 1,
Dpanel-tpo-td028ttec1.c54 .vbp = 2,
Dpanel-tpo-td043mtea1.c88 .vbp = 34,
Dpanel-sony-acx565akm.c104 .vbp = 4,
/linux-4.4.14/include/video/
Domapdss.h278 u16 vbp; member
354 u16 vbp; /* Vertical back porch */ member
/linux-4.4.14/drivers/video/fbdev/omap2/omapfb/
Domapfb-main.c731 var->upper_margin = timings.vbp; in check_fb_var()
2082 timings->vbp = var->upper_margin; in omapfb_mode_to_timings()
2237 t->vbp = m->upper_margin; in fb_videomode_to_omap_timings()
/linux-4.4.14/Documentation/arm/OMAP/
DDSS199 timings Display timings (pixclock,xres/hfp/hbp/hsw,yres/vfp/vbp/vsw)