Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/mipi_dsi/
Ddsi_mcux_2l.c422 uint32_t hs_bit_ns = 1000000000UL / dphy_bit_clk_freq; in dsi_mcux_attach() local
433 data->delay_hs_to_ulps_ns = 4U * 8U * hs_bit_ns / dsi_config.numLanes + in dsi_mcux_attach()
434 dphy_config.tHsTrail_ByteClk * 8U * hs_bit_ns + in dsi_mcux_attach()
436 (dphy_config.tClkPost_ByteClk + 2U) * hs_bit_ns + in dsi_mcux_attach()
437 dphy_config.tClkTrail_ByteClk * 8U * hs_bit_ns + in dsi_mcux_attach()
449 4U * 8U * hs_bit_ns / dsi_config.numLanes + in dsi_mcux_attach()
450 dphy_config.tHsTrail_ByteClk * 8U * hs_bit_ns; in dsi_mcux_attach()