Home
last modified time | relevance | path

Searched refs:tclk_post (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/renesas/rz-du/
H A Drzg2l_mipi_dsi.c126 u32 tclk_post; member
142 .tclk_post = 94,
156 .tclk_post = 94,
170 .tclk_post = 94,
184 .tclk_post = 35,
198 .tclk_post = 35,
212 .tclk_post = 35,
514 DSIDPHYTIM2_TCLK_POST(dphy_timings->tclk_post) | in rzg2l_mipi_dsi_dphy_init()
654 dphy_timings.tclk_post = in rzv2h_mipi_dsi_dphy_init()
673 FIELD_PREP(PHYTCLKSETR_TCLKPOSTCTL, dphy_timings.tclk_post) | in rzv2h_mipi_dsi_dphy_init()
/linux/drivers/gpu/drm/i915/display/
H A Dintel_dsi_vbt_defs.h157 u8 tclk_post; member
/linux/Documentation/driver-api/media/drivers/ccs/
H A Dccs-regs.asc285 tclk_post 0x0800 8
912 - f tclk_post 0 3
/linux/drivers/gpu/drm/omapdrm/dss/
H A Ddsi.c2826 unsigned int tclk_pre, tclk_post; in dsi_proto_timings() local
2852 tclk_post = ns2ddr(dsi, 60) + 26; in dsi_proto_timings()
2858 ddr_clk_post = DIV_ROUND_UP(tclk_post + ths_trail, 4) + ths_eot; in dsi_proto_timings()
/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddsi.c3635 unsigned tclk_pre, tclk_post; in dsi_proto_timings() local
3661 tclk_post = ns2ddr(dsidev, 60) + 26; in dsi_proto_timings()
3667 ddr_clk_post = DIV_ROUND_UP(tclk_post + ths_trail, 4) + ths_eot; in dsi_proto_timings()