Searched refs:cyc_tns (Results 1 – 1 of 1) sorted by relevance
68 static inline unsigned int to_div(unsigned int cyc_tns, unsigned int clk_tns) in to_div() argument70 return cyc_tns ? DIV_ROUND_UP(cyc_tns, clk_tns) : 0; in to_div()