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

/fuchsia/zircon/system/dev/clk/hisi-lib/include/dev/clk/hisi-lib/
H A Dhisi.h23 const size_t gate_count, zx_device_t* parent);
/fuchsia/zircon/system/dev/clk/hisi-lib/
H A Dhisi-clk.c53 size_t gate_count; member in struct:hisi_clk
91 if (idx >= hisi_clk->gate_count) return ZX_ERR_INVALID_ARGS;
154 const size_t gate_count, zx_device_t* parent) {
157 hisi_validate_gates(gates, gate_count);
167 hisi_clk->gate_count = gate_count;
153 hisi_clk_init(const char* name, hisi_clk_gate_t* gates, const size_t gate_count, zx_device_t* parent) argument

Completed in 81 milliseconds