Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/display/
Dintel_bios.h193 u8 tclk_post; member
Dicl_dsi.c1941 tclk_post_cnt = DIV_ROUND_UP(mipi_config->tclk_post, tlpx_ns); in icl_dphy_param_init()
/drivers/gpu/drm/omapdrm/dss/
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()
/drivers/video/fbdev/omap2/omapfb/dss/
Ddsi.c3634 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()