Searched refs:clk_gate (Results 1 – 6 of 6) sorted by relevance
76 rt_err_t clk_enable(struct clk_gate *gate) in clk_enable()107 rt_err_t clk_disable(struct clk_gate *gate) in clk_disable()145 int clk_is_enabled(struct clk_gate *gate) in clk_is_enabled()162 struct clk_gate *clk_gate; in get_clk_gate_from_id() local168 if (clk_gate->gate_id == gate_id) in get_clk_gate_from_id()174 clk_gate = rt_calloc(1, sizeof(struct clk_gate)); in get_clk_gate_from_id()175 clk_gate->gate_id = gate_id; in get_clk_gate_from_id()176 clk_gate->enable_count = 0; in get_clk_gate_from_id()180 clk_gate->ref_count++; in get_clk_gate_from_id()183 return clk_gate; in get_clk_gate_from_id()[all …]
32 struct clk_gate struct92 struct clk_gate *get_clk_gate_from_id(int gate_id);93 void put_clk_gate(struct clk_gate *gate);94 rt_err_t clk_enable(struct clk_gate *gate);95 rt_err_t clk_disable(struct clk_gate *gate);96 int clk_is_enabled(struct clk_gate *gate);
52 unsigned int clk_gate:1; member
560 unsigned int clk_gate:1; member
638 de200_rtmx[sel].lbc_ovl[chno]->lbc_ctl.bits.clk_gate = 1; in de_rtmx_set_lay_cfg()
427 struct clk_gate struct435 #define to_clk_gate(_hw) container_of(_hw, struct clk_gate, hw) argument
Completed in 21 milliseconds