Home
last modified time | relevance | path

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

/external/u-boot/drivers/clk/imx/
Dclk-gate2.c28 struct clk_gate2 { struct
36 #define to_clk_gate2(_clk) container_of(_clk, struct clk_gate2, clk) argument
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()
85 struct clk_gate2 *gate; in clk_register_gate2()
109 U_BOOT_DRIVER(clk_gate2) = {
/external/u-boot/drivers/clk/
Dclk_sandbox_ccf.c84 struct clk_gate2 { struct
89 #define to_clk_gate2(_clk) container_of(_clk, struct clk_gate2, clk) argument
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()
119 struct clk_gate2 *gate; in sandbox_clk_register_gate2()