Home
last modified time | relevance | path

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

/arch/mips/bcm63xx/
Dcpu.c227 unsigned int tmp, p1, p2, ndiv, m1; in detect_cpu_clock() local
238 ndiv = (tmp & DMIPSPLLCFG_6368_NDIV_MASK) >> in detect_cpu_clock()
245 return (((64 * 1000000) / p1) * p2 * ndiv) / m1; in detect_cpu_clock()