Home
last modified time | relevance | path

Searched refs:clock_set (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/include/hw/
H A Dclock.h180 bool clock_set(Clock *clk, uint64_t value);
184 return clock_set(clk, CLOCK_PERIOD_FROM_HZ(hz)); in clock_set_hz()
189 return clock_set(clk, CLOCK_PERIOD_FROM_NS(ns)); in clock_set_ns()
215 if (clock_set(clk, value)) { in clock_update()
/openbmc/qemu/hw/core/
H A Dtrace-events28 clock_set(const char *clk, uint64_t old, uint64_t new) "'%s', %"PRIu64"Hz->%"PRIu64"Hz"
H A Dclock.c53 bool clock_set(Clock *clk, uint64_t period) in clock_set() function
/openbmc/qemu/hw/misc/
H A Dzynq_slcr.c285 clock_set(s->uart0_ref_clk, in zynq_slcr_compute_clocks_internal()
287 clock_set(s->uart1_ref_clk, in zynq_slcr_compute_clocks_internal()
H A Dbcm2835_cprman.c691 clock_set(s->gnd, 0); in cprman_init()
H A Dstm32l4x5_rcc.c65 clk_changed |= clock_set(mux->out, clock_get(current_source)); in clock_mux_update()
/openbmc/qemu/docs/devel/
H A Dclocks.rst282 Similarly to ``clock_set()``, ``clock_set_mul_div()`` returns ``true`` if
296 of 0. If this is not the desired behaviour, ``clock_set()``,
441 ``clock_set[_ns|_hz]()`` (with the same arguments) then
524 device state. The functions ``clock_set[_ns|_hz]()`` can be used during the
531 suitable ``needed`` function, and use ``clock_set()`` in a