Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/clk/imx/
H A Dclk-gate2.c28 struct clk_gate2 { struct
38 #define to_clk_gate2(_hw) container_of(_hw, struct clk_gate2, hw) argument
42 struct clk_gate2 *gate = to_clk_gate2(hw); in clk_gate2_enable()
69 struct clk_gate2 *gate = to_clk_gate2(hw); in clk_gate2_disable()
106 struct clk_gate2 *gate = to_clk_gate2(hw); in clk_gate2_is_enabled()
116 struct clk_gate2 *gate = to_clk_gate2(hw); in clk_gate2_disable_unused()
147 struct clk_gate2 *gate; in clk_hw_register_gate2()
152 gate = kzalloc(sizeof(struct clk_gate2), GFP_KERNEL); in clk_hw_register_gate2()