Searched refs:tcapa (Results 1 – 3 of 3) sorted by relevance
122 uint32_t tcapa = TCAPA; in I3C_CtrlTimingComputation() local276 if (((scllod + 1U) * ti3cclk) < tcapa) in I3C_CtrlTimingComputation()278 scllod = DIV_ROUND_CLOSEST(tcapa, ti3cclk) + 1U; in I3C_CtrlTimingComputation()315 free = DIV_ROUND_CLOSEST((ti3c_cas_min + tcapa), (2U * ti3cclk)) + 1U; in I3C_CtrlTimingComputation()320 free = DIV_ROUND_CLOSEST((((scllod + 1U) * ti3cclk) + tcapa), (2U * ti3cclk)); in I3C_CtrlTimingComputation()