Searched refs:tclk_post (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/renesas/rcar-du/ |
D | rzg2l_mipi_dsi.c | 68 u32 tclk_post; member 84 .tclk_post = 94, 98 .tclk_post = 94, 112 .tclk_post = 94, 126 .tclk_post = 35, 140 .tclk_post = 35, 154 .tclk_post = 35, 224 DSIDPHYTIM2_TCLK_POST(dphy_timings->tclk_post) | in rzg2l_mipi_dsi_dphy_init()
|
/linux-6.6.21/drivers/gpu/drm/i915/display/ |
D | intel_bios.h | 194 u8 tclk_post; member
|
D | icl_dsi.c | 1879 tclk_post_cnt = DIV_ROUND_UP(mipi_config->tclk_post, tlpx_ns); in icl_dphy_param_init()
|
/linux-6.6.21/Documentation/driver-api/media/drivers/ccs/ |
D | ccs-regs.asc | 285 tclk_post 0x0800 8 912 - f tclk_post 0 3
|
/linux-6.6.21/drivers/gpu/drm/omapdrm/dss/ |
D | dsi.c | 2826 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-6.6.21/drivers/video/fbdev/omap2/omapfb/dss/ |
D | dsi.c | 3634 unsigned tclk_pre, tclk_post; in dsi_proto_timings() local 3660 tclk_post = ns2ddr(dsidev, 60) + 26; in dsi_proto_timings() 3666 ddr_clk_post = DIV_ROUND_UP(tclk_post + ths_trail, 4) + ths_eot; in dsi_proto_timings()
|