Searched refs:cyc_tns (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/arch/arm/mach-s3c24xx/
H A Diotiming-s3c2412.c65 * @cyc_tns: The cycle time in 10ths of nanoseconds.
68 static inline unsigned int to_div(unsigned int cyc_tns, unsigned int clk_tns) to_div() argument
70 return cyc_tns ? DIV_ROUND_UP(cyc_tns, clk_tns) : 0; to_div()

Completed in 48 milliseconds