Home
last modified time | relevance | path

Searched refs:gates (Results 1 – 2 of 2) sorted by relevance

/system/dev/clk/hisi-lib/
A Dhisi-clk.c53 hisi_clk_gate_t* gates; member
94 const hisi_clk_gate_t* const gate = &hisi_clk->gates[idx]; in hisi_clk_toggle()
144 static void hisi_validate_gates(const hisi_clk_gate_t* gates, const size_t n) { in hisi_validate_gates() argument
150 ZX_DEBUG_ASSERT(HISI_CLK_FLAG_BANK(gates[i].flags) != kBadFlagMask); in hisi_validate_gates()
154 zx_status_t hisi_clk_init(const char* name, hisi_clk_gate_t* gates, in hisi_clk_init() argument
158 hisi_validate_gates(gates, gate_count); in hisi_clk_init()
167 hisi_clk->gates = gates; in hisi_clk_init()
/system/dev/clk/hisi-lib/include/dev/clk/hisi-lib/
A Dhisi.h22 zx_status_t hisi_clk_init(const char* name, hisi_clk_gate_t* gates,

Completed in 7 milliseconds