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

/linux-4.4.14/arch/arm/mach-s3c24xx/
H A Diotiming-s3c2412.c64 * to_div - turn a cycle length into a divisor setting.
68 static inline unsigned int to_div(unsigned int cyc_tns, unsigned int clk_tns) to_div() function
82 unsigned int ret = to_div(hwtm, clk_tns); calc_timing()
H A Diotiming-s3c2410.c80 * to_div - convert cycle time to divisor
87 static inline unsigned int to_div(unsigned int cyc, unsigned int hclk_tns) to_div() function
108 unsigned int div = to_div(cyc, hclk_tns); calc_0124()
156 unsigned int div = to_div(cyc, hclk_tns); calc_tacc()

Completed in 284 milliseconds