Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/mach-s3c24xx/
Diotiming-s3c2410.c87 static inline unsigned int to_div(unsigned int cyc, unsigned int hclk_tns) in to_div() function
108 unsigned int div = to_div(cyc, hclk_tns); in calc_0124()
156 unsigned int div = to_div(cyc, hclk_tns); in calc_tacc()
Diotiming-s3c2412.c68 static inline unsigned int to_div(unsigned int cyc_tns, unsigned int clk_tns) in to_div() function
82 unsigned int ret = to_div(hwtm, clk_tns); in calc_timing()