Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/mstar/
H A Dclk-msc313-cpupll.c119 unsigned long long prescaled = ((unsigned long long)parent_rate) * MULTIPLIER; in msc313_cpupll_frequencyforreg() local
121 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() local
130 if (prescaled == 0 || rate == 0) in msc313_cpupll_regforfrequecy()
132 return DIV_ROUND_UP_ULL(prescaled, rate); in msc313_cpupll_regforfrequecy()
/openbmc/linux/Documentation/devicetree/bindings/watchdog/
H A Drealtek,otto-wdt.yaml14 prescaled clock ticks, which is ca. 43s with a bus clock of 200MHz. The
/openbmc/linux/Documentation/devicetree/bindings/timer/
H A Darm,sp804.yaml15 free-running mode. The input clock is shared, but can be gated and prescaled
/openbmc/qemu/hw/misc/
H A Dtrace-events146 …nt64_t prescaled_clock_period) "%s: sel: 0x%02" PRIx16 ", period: %" PRIu64 ", prescaled: %" PRIu64