Searched refs:hact (Results 1 - 13 of 13) sorted by relevance

/linux-master/drivers/gpu/drm/bridge/cadence/
H A Dcdns-dsi-core.h39 unsigned int hact; member in struct:cdns_dsi_cfg
H A Dcdns-dsi-core.c504 dsi_cfg->hact = dpi_to_dsi_timing(mode_valid_check ?
532 dsi_htotal += dsi_cfg->hact;
783 writel(HFP_LEN(dsi_cfg.hfp) | HACT_LEN(dsi_cfg.hact),
/linux-master/drivers/gpu/drm/logicvc/
H A Dlogicvc_crtc.c74 unsigned int hact, hfp, hsl, hbp; local
81 hact = mode->hdisplay;
94 regmap_write(logicvc->regmap, LOGICVC_HRES_REG, hact - 1);
/linux-master/drivers/gpu/drm/bridge/
H A Dlontium-lt9611.c205 unsigned int hact = mode->hdisplay; local
207 hact >>= 2;
208 hact += 0x50;
209 hact = min(hact, 0x3e0U);
210 regmap_write(lt9611->regmap, 0x830b, hact / 256);
211 regmap_write(lt9611->regmap, 0x830c, hact % 256);
212 regmap_write(lt9611->regmap, 0x8348, hact / 256);
213 regmap_write(lt9611->regmap, 0x8349, hact % 256);
H A Dtc358768.c671 u32 val, val2, lptxcnt, hact, data_type; local
721 hact = vm.hactive * 3;
726 hact = vm.hactive * 3;
732 hact = vm.hactive * 18 / 8;
738 hact = vm.hactive * 2;
801 dsi_hact = hact + 4 + 1 + 2;
1022 /* hact (bytes) */
1023 tc358768_write(priv, TC358768_DSI_HACT, hact);
/linux-master/drivers/gpu/drm/omapdrm/dss/
H A Ddsi.h191 u16 hact; member in struct:omap_dss_dsi_videomode_timings
H A Ddsi.c3582 wc = DIV_ROUND_UP(t->hact * t->bitspp, 8);
3612 int hact, bl, tot; local
3614 hact = vm->hactive;
3616 tot = hact + bl;
3624 vm->hsync_len, vm->hback_porch, hact, vm->hfront_porch,
3625 bl, hact, tot,
3628 TO_DISPC_T(hact),
3631 TO_DISPC_T(hact),
3648 dsi_hact = DIV_ROUND_UP(DIV_ROUND_UP(t->hact * t->bitspp, 8) + 6, t->ndl);
3655 vm.hactive = t->hact;
[all...]
/linux-master/drivers/media/common/v4l2-tpg/
H A Dv4l2-tpg-core.c2416 unsigned vact = 0, hact = 0; local
2422 (vact << 5) | (hact << 4) |
2423 ((hact ^ vact) << 3) |
2424 ((hact ^ params->sav_eav_f) << 2) |
2426 (hact ^ vact ^ params->sav_eav_f);
2431 unsigned vact = 0, hact = 1; local
2437 (vact << 5) | (hact << 4) |
2438 ((hact ^ vact) << 3) |
2439 ((hact ^ params->sav_eav_f) << 2) |
2441 (hact
[all...]
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddsi.c4323 wc = DIV_ROUND_UP(t->hact * t->bitspp, 8);
4353 int hact, bl, tot; local
4355 hact = t->x_res;
4357 tot = hact + bl;
4365 t->hsw, t->hbp, hact, t->hfp,
4366 bl, hact, tot,
4369 TO_DISPC_T(hact),
4372 TO_DISPC_T(hact),
4389 dsi_hact = DIV_ROUND_UP(DIV_ROUND_UP(t->hact * t->bitspp, 8) + 6, t->ndl);
4396 vm.x_res = t->hact;
[all...]
/linux-master/drivers/media/i2c/
H A Dtw9910.c515 const unsigned int hact = 720; local
539 ((hact >> 8) & 0x03));
H A Dtda1997x.c1104 u16 htot, hact, hfront, hsync, hback; local
1122 hact = io_read16(sd, REG_FMT_H_ACT);
1136 htot, hact, hfront, hsync, hback, hsync_pos ? '+' : '-',
1143 timings->bt.width = hact;
/linux-master/drivers/gpu/drm/tegra/
H A Ddsi.c482 unsigned int hact, hsw, hbp, hfp, i, mul, div; local
540 hact = mode->hdisplay * mul / div;
560 tegra_dsi_writel(dsi, hact << 16 | hbp, DSI_PKT_LEN_2_3);
/linux-master/include/video/
H A Domapfb_dss.h205 u16 hact; member in struct:omap_dss_dsi_videomode_timings

Completed in 325 milliseconds