Searched refs:tlpx_ns (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/dev/pci/drm/i915/display/
H A Dicl_dsi.c1828 u32 tlpx_ns; local
1834 tlpx_ns = intel_dsi_tlpx_ns(intel_dsi);
1847 prepare_cnt = DIV_ROUND_UP(ths_prepare_ns * 4, tlpx_ns);
1856 ths_prepare_ns, tlpx_ns);
1864 trail_cnt = DIV_ROUND_UP(tclk_trail_ns, tlpx_ns);
1872 tclk_pre_cnt = DIV_ROUND_UP(mipi_config->tclk_pre, tlpx_ns);
1880 tclk_post_cnt = DIV_ROUND_UP(mipi_config->tclk_post, tlpx_ns);
1890 ths_prepare_ns, tlpx_ns);
1898 exit_zero_cnt = DIV_ROUND_UP(mipi_config->ths_exit, tlpx_ns);
H A Dvlv_dsi.c1603 u32 tlpx_ns, extra_byte_count, tlpx_ui; local
1611 tlpx_ns = intel_dsi_tlpx_ns(intel_dsi);
1638 intel_dsi->lp_byte_clk = DIV_ROUND_UP(tlpx_ns * ui_den, 8 * ui_num);
1718 tlpx_ui = DIV_ROUND_UP(tlpx_ns * ui_den, ui_num);

Completed in 171 milliseconds