Searched refs:clock_set_mul_div (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/include/hw/ |
H A D | clock.h | 379 bool clock_set_mul_div(Clock *clk, uint32_t multiplier, uint32_t divider);
|
/openbmc/qemu/hw/arm/ |
H A D | stm32f100_soc.c | 96 clock_set_mul_div(s->refclk, 8, 1); in stm32f100_soc_realize()
|
H A D | msf2-soc.c | 114 clock_set_mul_div(s->refclk, 32, 1); in m2sxxx_soc_realize()
|
H A D | stm32f205_soc.c | 113 clock_set_mul_div(s->refclk, 8, 1); in stm32f205_soc_realize()
|
H A D | stm32f405_soc.c | 121 clock_set_mul_div(s->refclk, 8, 1); in stm32f405_soc_realize()
|
/openbmc/qemu/hw/core/ |
H A D | trace-events | 31 clock_set_mul_div(const char *clk, uint32_t oldmul, uint32_t mul, uint32_t olddiv, uint32_t div) "'…
|
H A D | clock.c | 147 bool clock_set_mul_div(Clock *clk, uint32_t multiplier, uint32_t divider) in clock_set_mul_div() function
|
/openbmc/qemu/docs/devel/ |
H A D | clocks.rst | 271 ``clock_set_mul_div()`` function you can specify the clock's 282 Similarly to ``clock_set()``, ``clock_set_mul_div()`` returns ``true`` if 286 Note that ``clock_set_mul_div()`` does not automatically call
|
/openbmc/qemu/target/mips/ |
H A D | cpu.c | 450 clock_set_mul_div(cpu->count_div, env->cpu_model->CCRes, 1); in mips_cp0_period_set()
|
/openbmc/qemu/hw/misc/ |
H A D | stm32l4x5_rcc.c | 64 clk_changed |= clock_set_mul_div(mux->out, freq_multiplier, mux->multiplier); in clock_mux_update()
|