Searched refs:vsw (Results 1 - 25 of 45) sorted by relevance

12

/linux-master/drivers/video/fbdev/omap/
H A Dlcd_palmte.c29 .vsw = 1,
H A Dlcd_ams_delta.c115 .vsw = 1,
H A Domapfb.h70 int vsw; /* Vertical synchronization member in struct:lcd_panel
H A Dhwa742.c792 int hsw, vsw; local
799 vsw = hwa742_read_reg(HWA742_VS_W_REG);
801 vs_pol_inv = !(vsw & 0x80);
803 vsw = vsw & 0x3f;
859 vs = vsw;
/linux-master/drivers/net/ethernet/sun/
H A Dsunvnet_common.h52 /* Structure to describe a vnet-port or vsw-port in the MD.
53 * If the vsw bit is set, this structure represents a vswitch
55 * vsw bit is not set, the net_device is available from ->vp->dev.
67 unsigned vsw:1; member in struct:vnet_port
130 ((__port)->vsw ? (__port)->dev : (__port)->vp->dev)
/linux-master/drivers/gpu/drm/bridge/adv7511/
H A Dadv7533.c31 unsigned int hsw, hfp, hbp, vsw, vfp, vbp; local
37 vsw = mode->vsync_end - mode->vsync_start;
58 regmap_write(adv->regmap_cec, 0x32, vsw >> 4);
59 regmap_write(adv->regmap_cec, 0x33, (vsw << 4) & 0xff);
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Dhdmi_wp.c177 timing_v |= FLD_VAL(timings->vsw, 7, 0);
197 timings->vsw = param->timings.vsw;
H A Ddisplay.c272 ovt->vsw = vm->vsync_len;
305 vm->vsync_len = ovt->vsw;
H A Ddisplay-sysfs.c100 t.y_res, t.vfp, t.vbp, t.vsw);
125 &t.y_res, &t.vfp, &t.vbp, &t.vsw) != 9)
H A Dhdmi5_core.c293 video_cfg->v_fc_config.timings.vsw = cfg->timings.vsw;
297 video_cfg->vblank = cfg->timings.vsw +
362 cfg->v_fc_config.timings.vsw, 5, 0);
/linux-master/include/drm/
H A Ddrm_displayid.h124 u8 vsw[2]; member in struct:displayid_detailed_timings_1
/linux-master/drivers/gpu/drm/tilcdc/
H A Dtilcdc_crtc.c279 uint32_t reg, hbp, hfp, hsw, vbp, vfp, vsw; local
320 vsw = mode->vsync_end - mode->vsync_start;
322 DBG("%dx%d, hbp=%u, hfp=%u, hsw=%u, vbp=%u, vfp=%u, vsw=%u",
323 mode->hdisplay, mode->vdisplay, hbp, hfp, hsw, vbp, vfp, vsw);
354 (((vsw-1) & 0x3f) << 10);
776 uint32_t hbp, hfp, hsw, vbp, vfp, vsw; local
801 vsw = mode->vsync_end - mode->vsync_start;
828 if ((vsw-1) & ~0x3f) {
/linux-master/drivers/video/fbdev/
H A Dcarminefb.c68 u32 vsw; member in struct:carmine_resolution
111 .vsw = 2,
123 .vsw = 2,
372 u32 hdp, vdp, htp, hsp, hsw, vtr, vsp, vsw; local
385 vsw = par->res->vsw - 1;
392 (vsw << CARMINE_DISP_VSW_SHIFT) |
/linux-master/drivers/gpu/drm/hisilicon/kirin/
H A Ddw_drm_dsi.c453 u32 hfp, hbp, hsw, vfp, vbp, vsw; local
484 vsw = mode->vsync_end - mode->vsync_start;
485 if (vsw > 15) {
486 DRM_DEBUG_DRIVER("vsw exceeded 15\n");
487 vsw = 15;
500 writel(vsw, base + VID_VSA_LINES);
508 DRM_DEBUG_DRIVER("vtol=%d, vfp=%d, vbp=%d, vsw=%d\n",
509 vtot, vfp, vbp, vsw);
H A Dkirin_drm_ade.c177 u32 hfp, hbp, hsw, vfp, vbp, vsw; local
187 vsw = mode->vsync_end - mode->vsync_start;
188 if (vsw > 15) {
189 DRM_DEBUG_DRIVER("vsw exceeded 15\n");
190 vsw = 15;
198 writel(vsw - 1, base + LDI_VRT_CTRL1);
/linux-master/drivers/gpu/drm/pl111/
H A Dpl111_display.c134 u32 lpp, vsw, vfp, vbp; local
153 vsw = mode->vsync_end - mode->vsync_start - 1;
165 (vsw << 10) |
/linux-master/drivers/video/fbdev/omap2/omapfb/displays/
H A Dconnector-dvi.c29 .vsw = 4,
H A Dconnector-hdmi.c27 .vsw = 2,
H A Dconnector-analog-tv.c34 .vsw = 5,
H A Dpanel-sharp-ls037v7dw01.c44 .vsw = 1,
H A Dpanel-nec-nl8048hl11.c72 .vsw = 1,
H A Dpanel-lgphilips-lb035q02.c28 .vsw = 2,
/linux-master/drivers/gpu/drm/mcde/
H A Dmcde_display.c978 u32 vsw, vfp, vbp; local
985 vsw = mode->vsync_end - mode->vsync_start;
992 hsw, hfp, hbp, vsw, vfp, vbp);
1033 val = (vsw << MCDE_TVBL1_BEL1_SHIFT);
/linux-master/drivers/gpu/drm/loongson/
H A Dlsdc_crtc.c907 int vsw, vbp, vactive_start, vactive_end, vfp_end; local
910 vsw = mode->crtc_vsync_end - mode->crtc_vsync_start;
913 vactive_start = vsw + vbp + 1;
/linux-master/drivers/gpu/drm/tidss/
H A Dtidss_dispc.c1077 u32 hsw, hfp, hbp, vsw, vfp, vbp; local
1092 vsw = mode->vsync_end - mode->vsync_start;
1101 FLD_VAL(vsw - 1, 7, 0) |
1223 u32 hsw, hfp, hbp, vsw, vfp, vbp; local
1266 vsw = mode->vsync_end - mode->vsync_start;
1274 if (vsw < 1 || vsw > 256 ||

Completed in 249 milliseconds

12