Searched refs:prescaled (Results 1 – 4 of 4) sorted by relevance
119 unsigned long long prescaled = ((unsigned long long)parent_rate) * MULTIPLIER; in msc313_cpupll_frequencyforreg() local121 if (prescaled == 0 || reg == 0) in msc313_cpupll_frequencyforreg()123 return DIV_ROUND_DOWN_ULL(prescaled, reg); in msc313_cpupll_frequencyforreg()128 unsigned long long prescaled = ((unsigned long long)parent_rate) * MULTIPLIER; in msc313_cpupll_regforfrequecy() local130 if (prescaled == 0 || rate == 0) in msc313_cpupll_regforfrequecy()132 return DIV_ROUND_UP_ULL(prescaled, rate); in msc313_cpupll_regforfrequecy()
14 prescaled clock ticks, which is ca. 43s with a bus clock of 200MHz. The
15 free-running mode. The input clock is shared, but can be gated and prescaled
146 …nt64_t prescaled_clock_period) "%s: sel: 0x%02" PRIx16 ", period: %" PRIu64 ", prescaled: %" PRIu64