Searched refs:period_nsk (Results 1 – 1 of 1) sorted by relevance
627 static u32 tc358768_ns_to_cnt(u32 ns, u32 period_nsk) in tc358768_ns_to_cnt() argument629 return (ns * TC358768_PRECISION + period_nsk) / period_nsk; in tc358768_ns_to_cnt()