Searched refs:gates (Results 1 – 2 of 2) sorted by relevance
53 hisi_clk_gate_t* gates; member94 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() argument150 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() argument158 hisi_validate_gates(gates, gate_count); in hisi_clk_init()167 hisi_clk->gates = gates; in hisi_clk_init()
22 zx_status_t hisi_clk_init(const char* name, hisi_clk_gate_t* gates,
Completed in 7 milliseconds