Searched full:clk1 (Results 1 – 7 of 7) sorted by relevance
/qemu/hw/arm/ |
H A D | cubieboard.c | 70 if (!object_property_set_int(OBJECT(&a10->timer), "clk1-freq", 24000000, in cubieboard_init() 72 error_reportf_err(err, "Couldn't set clk1 frequency: "); in cubieboard_init()
|
H A D | orangepi.c | 58 object_property_set_int(OBJECT(h3), "clk1-freq", 24 * 1000 * 1000, in orangepi_init()
|
H A D | bananapi_m2u.c | 80 object_property_set_int(OBJECT(r40), "clk1-freq", 24 * 1000 * 1000, in bpim2u_init()
|
H A D | allwinner-r40.c | 281 object_property_add_alias(obj, "clk1-freq", OBJECT(&s->timer), in allwinner_r40_init() 282 "clk1-freq"); in allwinner_r40_init()
|
H A D | allwinner-h3.c | 210 object_property_add_alias(obj, "clk1-freq", OBJECT(&s->timer), in allwinner_h3_init() 211 "clk1-freq"); in allwinner_h3_init()
|
/qemu/docs/devel/ |
H A D | clocks.rst | 218 Given two clocks ``clk1``, and ``clk2``, ``clock_set_source(clk2, clk1);`` 219 configures ``clk2`` to follow the ``clk1`` period changes. Every time ``clk1`` 225 ``devB`` to the output clock ``clk1`` of ``devA``, do: 229 qdev_connect_clock_in(devB, "clk2", qdev_get_clock_out(devA, "clk1"))
|
/qemu/hw/timer/ |
H A D | allwinner-a10-pit.c | 193 DEFINE_PROP_UINT32("clk1-freq", AwA10PITState, clk_freq[1], 0),
|