Searched refs:ndiv (Results 1 – 1 of 1) sorted by relevance
227 unsigned int tmp, p1, p2, ndiv, m1; in detect_cpu_clock() local238 ndiv = (tmp & DMIPSPLLCFG_6368_NDIV_MASK) >> in detect_cpu_clock()245 return (((64 * 1000000) / p1) * p2 * ndiv) / m1; in detect_cpu_clock()