Searched refs:g12a_clk_gates (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/dev/clk/amlogic-clk/
H A Daml-g12a-blocks.h27 static meson_clk_gate_t g12a_clk_gates[] = { variable
33 static_assert(CLK_G12A_COUNT == countof(g12a_clk_gates),
34 "g12a_clk_gates[] and g12a_clk_gate_idx_t count mismatch");
H A Daml-clk.cpp138 clk_gates = (meson_clk_gate_t*)calloc(fbl::count_of(g12a_clk_gates), sizeof(meson_clk_gate_t));
142 memcpy(clk_gates, g12a_clk_gates, sizeof(meson_clk_gate_t) * fbl::count_of(g12a_clk_gates));
144 gates_.reset(clk_gates, fbl::count_of(g12a_clk_gates));

Completed in 25 milliseconds