Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/i3c/
Di3c_npcx.c2287 uint32_t pplow_ns, odlow_ns; in npcx_i3c_get_scl_config() local
2320 pplow_ns = (uint32_t)(NSEC_PER_SEC / (2UL * freq)); in npcx_i3c_get_scl_config()
2321 if (pplow_ns < I3C_BUS_TLOW_PP_MIN_NS) { in npcx_i3c_get_scl_config()
2338 odlow_ns = (odbaud + 1UL) * pplow_ns; in npcx_i3c_get_scl_config()