Searched refs:hsw (Results 1 - 25 of 36) sorted by relevance

12

/drivers/video/fbdev/omap/
H A Dlcd_h3.c80 .hsw = 12,
H A Dlcd_htcherald.c71 .hsw = 10,
H A Dlcd_inn1510.c65 .hsw = 40,
H A Dlcd_inn1610.c86 .hsw = 40,
H A Dlcd_osk.c86 .hsw = 40,
H A Dlcd_palmte.c63 .hsw = 4,
H A Dlcd_palmtt.c69 .hsw = 4,
H A Dlcd_palmz71.c64 .hsw = 4,
H A Dlcd_ams_delta.c153 .hsw = 3,
H A Domapfb.h79 int hsw; /* Horizontal synchronization member in struct:lcd_panel
H A Dhwa742.c792 int hsw, vsw; local
798 hsw = hwa742_read_reg(HWA742_HS_W_REG);
800 hs_pol_inv = !(hsw & 0x80);
802 hsw = hsw & 0x7f;
858 hs = hsw;
/drivers/gpu/drm/tilcdc/
H A Dtilcdc_crtc.c238 uint32_t reg, hbp, hfp, hsw, vbp, vfp, vsw; local
277 hsw = mode->hsync_end - mode->hsync_start;
282 DBG("%dx%d, hbp=%u, hfp=%u, hsw=%u, vbp=%u, vfp=%u, vsw=%u",
283 mode->hdisplay, mode->vdisplay, hbp, hfp, hsw, vbp, vfp, vsw);
291 * subtract one from hfp, hbp, hsw because the hardware uses
299 reg |= ((hsw-1) & 0x3c0) << 21;
306 (((hsw-1) & 0x3f) << 10);
444 uint32_t hbp, hfp, hsw, vbp, vfp, vsw; local
466 hsw = mode->hsync_end - mode->hsync_start;
481 if ((hsw
[all...]
/drivers/video/fbdev/omap2/dss/
H A Dhdmi_wp.c157 timing_h |= FLD_VAL(timings->hsw, 7, 0);
179 timings->hsw = param->timings.hsw;
H A Ddisplay.c279 ovt->hsw = vm->hsync_len;
312 vm->hsync_len = ovt->hsw;
H A Ddisplay-sysfs.c136 t.x_res, t.hfp, t.hbp, t.hsw,
162 &t.x_res, &t.hfp, &t.hbp, &t.hsw,
H A Dhdmi5_core.c301 video_cfg->v_fc_config.timings.hsw = cfg->timings.hsw - 1;
305 cfg->timings.hbp + cfg->timings.hsw - 1;
371 (cfg->v_fc_config.timings.hsw >> 8), 1, 0);
373 cfg->v_fc_config.timings.hsw & 0xFF, 7, 0);
H A Ddispc.c2012 nonactive = t->x_res + t->hfp + t->hsw + t->hbp - out_width;
2019 blank = div_u64((u64)(t->hbp + t->hsw + t->hfp) * lclk, pclk);
2857 static bool _dispc_lcd_timings_ok(int hsw, int hfp, int hbp, argument
2860 if (hsw < 1 || hsw > dispc.feat->sw_max ||
2893 if (!_dispc_lcd_timings_ok(timings->hsw, timings->hfp,
2902 static void _dispc_mgr_set_lcd_timings(enum omap_channel channel, int hsw, argument
2914 timing_h = FLD_VAL(hsw-1, dispc.feat->sw_start, 0) |
2979 _dispc_mgr_set_lcd_timings(channel, t.hsw, t.hfp, t.hbp, t.vsw,
2983 xtot = t.x_res + t.hfp + t.hsw
[all...]
/drivers/video/fbdev/
H A Dcarminefb.c62 u32 hsw; member in struct:carmine_resolution
105 .hsw = 96,
117 .hsw = 72,
370 u32 hdp, vdp, htp, hsp, hsw, vtr, vsp, vsw; local
380 hsw = par->res->hsw - 1;
391 (hsw << CARMINE_DISP_HSW_SHIFT) |
/drivers/gpu/drm/omapdrm/
H A Domap_connector.c52 mode->hsync_end = mode->hsync_start + timings->hsw;
83 timings->hsw = mode->hsync_end - mode->hsync_start;
/drivers/gpu/drm/tegra/
H A Ddsi.c433 unsigned int hact, hsw, hbp, hfp, i, mul, div; local
496 hsw = (mode->hsync_end - mode->hsync_start) * mul / div;
497 hsw -= 10;
507 tegra_dsi_writel(dsi, hsw << 16 | 0, DSI_PKT_LEN_0_1);
/drivers/video/fbdev/omap2/displays-new/
H A Dconnector-analog-tv.c36 .hsw = 64,
H A Dconnector-dvi.c29 .hsw = 32,
H A Dconnector-hdmi.c27 .hsw = 96,
H A Dpanel-lgphilips-lb035q02.c28 .hsw = 2,
H A Dpanel-nec-nl8048hl11.c75 .hsw = 1,

Completed in 1296 milliseconds

12