Home
last modified time | relevance | path

Searched refs:vsw (Results 1 – 25 of 26) sorted by relevance

12

/linux/drivers/video/fbdev/
H A Dcarminefb.c68 u32 vsw; member
111 .vsw = 2,
123 .vsw = 2,
372 u32 hdp, vdp, htp, hsp, hsw, vtr, vsp, vsw; in set_display_parameters() local
385 vsw = par->res->vsw - 1; in set_display_parameters()
392 (vsw << CARMINE_DISP_VSW_SHIFT) | in set_display_parameters()
/linux/drivers/net/ethernet/sun/
H A Dsunvnet_common.h67 unsigned vsw:1; member
130 ((__port)->vsw ? (__port)->dev : (__port)->vp->dev)
H A DKconfig94 This driver adds a network interface for every vsw-port node
H A Dldmvsw.c345 port->vsw = 1; in vsw_port_probe()
H A Dsunvnet_common.c796 if (port->vsw == 1) { in vnet_event_napi()
823 if (port->vsw == 1) { in vnet_event_napi()
1713 port->tso = (port->vsw == 0); /* no tso in vsw, misbehaves in bridge */ in vnet_port_reset()
/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Dhdmi_wp.c177 timing_v |= FLD_VAL(timings->vsw, 7, 0); in hdmi_wp_video_config_timing()
197 timings->vsw = param->timings.vsw; in hdmi_wp_init_vid_fmt_timings()
H A Ddisplay-sysfs.c100 t.y_res, t.vfp, t.vbp, t.vsw); in display_timings_show()
125 &t.y_res, &t.vfp, &t.vbp, &t.vsw) != 9) in display_timings_store()
/linux/drivers/gpu/drm/tilcdc/
H A Dtilcdc_crtc.c279 uint32_t reg, hbp, hfp, hsw, vbp, vfp, vsw; in tilcdc_crtc_set_mode() local
320 vsw = mode->vsync_end - mode->vsync_start; in tilcdc_crtc_set_mode()
323 mode->hdisplay, mode->vdisplay, hbp, hfp, hsw, vbp, vfp, vsw); in tilcdc_crtc_set_mode()
354 (((vsw-1) & 0x3f) << 10); in tilcdc_crtc_set_mode()
769 uint32_t hbp, hfp, hsw, vbp, vfp, vsw; in tilcdc_crtc_mode_valid() local
794 vsw = mode->vsync_end - mode->vsync_start; in tilcdc_crtc_mode_valid()
821 if ((vsw-1) & ~0x3f) { in tilcdc_crtc_mode_valid()
/linux/drivers/video/fbdev/omap/
H A Dlcd_palmte.c29 .vsw = 1,
H A Dhwa742.c792 int hsw, vsw; in setup_tearsync() local
799 vsw = hwa742_read_reg(HWA742_VS_W_REG); in setup_tearsync()
801 vs_pol_inv = !(vsw & 0x80); in setup_tearsync()
803 vsw = vsw & 0x3f; in setup_tearsync()
859 vs = vsw; in setup_tearsync()
H A Dlcd_ams_delta.c115 .vsw = 1,
H A Domapfb.h70 int vsw; /* Vertical synchronization member
H A Dlcd_mipid.c498 .vsw = 2,
/linux/drivers/video/fbdev/omap2/omapfb/displays/
H A Dconnector-analog-tv.c34 .vsw = 5,
H A Dconnector-hdmi.c27 .vsw = 2,
H A Dpanel-lgphilips-lb035q02.c28 .vsw = 2,
H A Dpanel-nec-nl8048hl11.c72 .vsw = 1,
H A Dconnector-dvi.c29 .vsw = 4,
H A Dpanel-sharp-ls037v7dw01.c44 .vsw = 1,
H A Dpanel-tpo-td028ttec1.c40 .vsw = 2,
H A Dpanel-tpo-td043mtea1.c80 .vsw = 1,
H A Dpanel-sony-acx565akm.c91 .vsw = 3,
/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_crtc.c278 int line, vsw, vbp, vactive_start, vactive_end, vfp_end; in dpu_crtc_get_scanout_position() local
286 vsw = mode->crtc_vsync_end - mode->crtc_vsync_start; in dpu_crtc_get_scanout_position()
295 vactive_start = vsw + vbp + 1; in dpu_crtc_get_scanout_position()
/linux/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-main.c723 var->vsync_len = timings.vsw; in check_fb_var()
2066 timings->vsw = var->vsync_len; in omapfb_mode_to_timings()
2216 t->vsw = m->vsync_len; in fb_videomode_to_omap_timings()
/linux/Documentation/arch/arm/omap/
H A Ddss.rst202 timings Display timings (pixclock,xres/hfp/hbp/hsw,yres/vfp/vbp/vsw)

12