Home
last modified time | relevance | path

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

/linux/drivers/clk/mstar/
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()
/linux/Documentation/devicetree/bindings/pwm/
A Dti,omap-dmtimer-pwm.yaml31 Legacy clock prescaler for timer. The timer counter is prescaled
/linux/Documentation/devicetree/bindings/watchdog/
A Drealtek,otto-wdt.yaml14 prescaled clock ticks, which is ca. 43s with a bus clock of 200MHz. The
/linux/Documentation/devicetree/bindings/timer/
A Darm,sp804.yaml15 free-running mode. The input clock is shared, but can be gated and prescaled

Completed in 19 milliseconds