Home
last modified time | relevance | path

Searched refs:tlpx (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/renesas/rcar-du/
Drzg2l_mipi_dsi.c73 u32 tlpx; member
89 .tlpx = 6,
103 .tlpx = 6,
117 .tlpx = 6,
131 .tlpx = 6,
145 .tlpx = 6,
159 .tlpx = 6,
227 dphytim3 = DSIDPHYTIM3_TLPX(dphy_timings->tlpx) | in rzg2l_mipi_dsi_dphy_init()
/Linux-v6.6/drivers/media/i2c/
Dimx290.c225 u16 tlpx; member
382 .tlpx = 23,
395 .tlpx = 55,
408 .tlpx = 23,
421 .tlpx = 39,
699 cci_write(imx290->regmap, IMX290_TLPX, csi_cfg->tlpx, &ret); in imx290_set_csi_config()
/Linux-v6.6/drivers/gpu/drm/i915/display/
Dintel_bios.h213 u8 tlpx; member
/Linux-v6.6/Documentation/driver-api/media/drivers/ccs/
Dccs-regs.asc292 tlpx 0x0807 8
913 - f tlpx 4 7
/Linux-v6.6/drivers/gpu/drm/omapdrm/dss/
Ddsi.c2825 unsigned int tlpx, tclk_zero, tclk_prepare; in dsi_proto_timings() local
2843 tlpx = FLD_GET(r, 20, 16) * 2; in dsi_proto_timings()
2856 ddr_clk_pre = DIV_ROUND_UP(tclk_pre + tlpx + tclk_zero + tclk_prepare, in dsi_proto_timings()
2872 enter_hs_mode_lat = 1 + DIV_ROUND_UP(tlpx, 4) + in dsi_proto_timings()
/Linux-v6.6/drivers/video/fbdev/omap2/omapfb/dss/
Ddsi.c3633 unsigned tlpx, tclk_zero, tclk_prepare; in dsi_proto_timings() local
3651 tlpx = FLD_GET(r, 20, 16) * 2; in dsi_proto_timings()
3664 ddr_clk_pre = DIV_ROUND_UP(tclk_pre + tlpx + tclk_zero + tclk_prepare, in dsi_proto_timings()
3680 enter_hs_mode_lat = 1 + DIV_ROUND_UP(tlpx, 4) + in dsi_proto_timings()