Home
last modified time | relevance | path

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

/external/u-boot/drivers/clk/imx/
Dclk-gate2.c36 #define to_clk_gate2(_clk) container_of(_clk, struct clk_gate2, clk) macro
40 struct clk_gate2 *gate = to_clk_gate2(dev_get_clk_ptr(clk->dev)); in clk_gate2_enable()
53 struct clk_gate2 *gate = to_clk_gate2(dev_get_clk_ptr(clk->dev)); in clk_gate2_disable()
/external/u-boot/drivers/clk/
Dclk_sandbox_ccf.c89 #define to_clk_gate2(_clk) container_of(_clk, struct clk_gate2, clk) macro
93 struct clk_gate2 *gate = to_clk_gate2(dev_get_clk_ptr(clk->dev)); in clk_gate2_enable()
101 struct clk_gate2 *gate = to_clk_gate2(dev_get_clk_ptr(clk->dev)); in clk_gate2_disable()