Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/mips/ar7/
H A Dclock.c118 int tmp_gcd, tmp_base, tmp_freq; in calculate() local
121 tmp_base = base / *prediv; in calculate()
122 tmp_gcd = gcd(target, tmp_base); in calculate()
124 *postdiv = tmp_base / tmp_gcd; in calculate()
/kernel/linux/linux-6.6/arch/mips/ar7/
H A Dclock.c120 int tmp_gcd, tmp_base, tmp_freq; in calculate() local
123 tmp_base = base / *prediv; in calculate()
124 tmp_gcd = gcd(target, tmp_base); in calculate()
126 *postdiv = tmp_base / tmp_gcd; in calculate()

Completed in 2 milliseconds