Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/cores/pmu/
H A Dbhnd_pmu_subr.c1625 uint32_t pdiv, wbint, wbfrac, fvco; in bhnd_pmu0_cpuclk0() local
1648 fvco = (freq * wbint) << 8; in bhnd_pmu0_cpuclk0()
1649 fvco += (freq * (wbfrac >> 10)) >> 2; in bhnd_pmu0_cpuclk0()
1650 fvco += (freq * (wbfrac & 0x3ff)) >> 10; in bhnd_pmu0_cpuclk0()
1651 fvco >>= 8; in bhnd_pmu0_cpuclk0()
1652 fvco >>= pdiv; in bhnd_pmu0_cpuclk0()
1653 fvco /= 1000; in bhnd_pmu0_cpuclk0()
1654 fvco *= 1000; in bhnd_pmu0_cpuclk0()
1657 wbint, wbfrac, fvco); in bhnd_pmu0_cpuclk0()
1659 FVCO = fvco; in bhnd_pmu0_cpuclk0()
[all …]