Searched refs:meson_clk_gate_t (Results 1 - 6 of 6) sorted by relevance

/fuchsia/zircon/system/dev/clk/amlogic-clk/
H A Daml-clk-blocks.h12 } meson_clk_gate_t; typedef in typeref:struct:meson_clk_gate
H A Daml-g12a-blocks.h27 static meson_clk_gate_t g12a_clk_gates[] = {
H A Daml-clk.cpp109 meson_clk_gate_t* clk_gates;
114 clk_gates = (meson_clk_gate_t*)calloc(fbl::count_of(axg_clk_gates), sizeof(meson_clk_gate_t));
118 memcpy(clk_gates, axg_clk_gates, sizeof(meson_clk_gate_t) * fbl::count_of(axg_clk_gates));
125 clk_gates = (meson_clk_gate_t*)calloc(fbl::count_of(gxl_clk_gates), sizeof(meson_clk_gate_t));
129 memcpy(clk_gates, gxl_clk_gates, sizeof(meson_clk_gate_t) * fbl::count_of(axg_clk_gates));
138 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) * fb
[all...]
H A Daml-axg-blocks.h17 static meson_clk_gate_t axg_clk_gates[] = {
H A Daml-clk.h73 fbl::Array<meson_clk_gate_t> gates_;
H A Daml-gxl-blocks.h15 static meson_clk_gate_t gxl_clk_gates[] = {

Completed in 29 milliseconds