Home
last modified time | relevance | path

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

/arch/mips/ar7/
Dclock.c131 int tmp_gcd, tmp_base, tmp_freq; in calculate() local
135 tmp_gcd = gcd(target, tmp_base); in calculate()
136 *mul = target / tmp_gcd; in calculate()
137 *postdiv = tmp_base / tmp_gcd; in calculate()