Searched full:fvco (Results 1 – 2 of 2) sorted by relevance
1152 /* the following table is based on 880Mhz fvco */1205 /* the following table is based on 880Mhz fvco */1244 /* the following table is based on 1760Mhz fvco */1282 /* the following table is based on 1440Mhz fvco */1426 /* select default pll fvco for each chip */1623 uint32_t FVCO; in bhnd_pmu0_cpuclk0() local1625 uint32_t pdiv, wbint, wbfrac, fvco; in bhnd_pmu0_cpuclk0() local1629 FVCO = FVCO_880; in bhnd_pmu0_cpuclk0()1636 /* Calculate fvco based on xtal freq, pdiv, and wild */ in bhnd_pmu0_cpuclk0()1648 fvco = (freq * wbint) << 8; in bhnd_pmu0_cpuclk0()[all …]
72 /** FVCO frequencies, in Hz */