Home
last modified time | relevance | path

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

/Linux-v6.1/arch/arm/mach-s3c/
Diotiming-s3c2412.c64 static inline unsigned int to_div(unsigned int cyc_tns, unsigned int clk_tns) in to_div() argument
66 return cyc_tns ? DIV_ROUND_UP(cyc_tns, clk_tns) : 0; in to_div()
75 static unsigned int calc_timing(unsigned int hwtm, unsigned int clk_tns, in calc_timing() argument
78 unsigned int ret = to_div(hwtm, clk_tns); in calc_timing()