Searched full:prescaled (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/drivers/clk/mstar/ |
H A D | clk-msc313-cpupll.c | 119 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 D | realtek,otto-wdt.yaml | 14 prescaled clock ticks, which is ca. 43s with a bus clock of 200MHz. The
|
/openbmc/linux/Documentation/devicetree/bindings/timer/ |
H A D | arm,sp804.yaml | 15 free-running mode. The input clock is shared, but can be gated and prescaled
|
/openbmc/linux/drivers/clk/ti/ |
H A D | clkt_dpll.c | 131 * integer pointed to by the m argument should be prescaled by 135 * target_rate) given the current (parent_rate, n, prescaled m)
|
/openbmc/qemu/hw/misc/ |
H A D | npcm7xx_mft.c | 327 /* Clock is prescaled. */ in npcm7xx_mft_update_clock() 335 /* Clock is prescaled. */ in npcm7xx_mft_update_clock()
|
H A D | trace-events | 153 …nt64_t prescaled_clock_period) "%s: sel: 0x%02" PRIx16 ", period: %" PRIu64 ", prescaled: %" PRIu64
|
/openbmc/linux/drivers/pwm/ |
H A D | pwm-berlin.c | 105 cycles >>= 12; // Prescaled by 4096 in berlin_pwm_config()
|
H A D | pwm-microchip-core.c | 140 * Calculate the duty cycle in multiples of the prescaled period: in mchp_core_pwm_calc_duty()
|
/openbmc/linux/drivers/clocksource/ |
H A D | timer-cadence-ttc.c | 447 * is prescaled by 32 using the interval interrupt. Leave it in ttc_setup_clockevent()
|
/openbmc/linux/sound/soc/codecs/ |
H A D | max9867.c | 380 * and certain PCLK (prescaled MCLK) values. in max9867_dai_hw_params()
|
/openbmc/linux/drivers/i2c/busses/ |
H A D | i2c-omap.c | 385 /* TRM for 5912 says the I2C clock must be prescaled to be in omap_i2c_init()
|
/openbmc/linux/drivers/comedi/drivers/ |
H A D | cb_pcidas64.c | 67 * support prescaled 100khz clock for slow pacing (not available on 6000 83 * 100kHz 'prescaled' clock for slow acquisition,
|