Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/drivers/clk/
Dclk-gate.c46 struct clk_gate *gate = to_clk_gate(clk_dev_binded(clk) ? in clk_gate_endisable()
89 struct clk_gate *gate = to_clk_gate(clk_dev_binded(clk) ? in clk_gate_is_enabled()
119 struct clk_gate *gate; in clk_register_gate()
154 U_BOOT_DRIVER(clk_gate) = {
Dclk_sandbox_ccf.c171 struct clk_gate *gate = NULL; in sandbox_clk_composite()
/third_party/uboot/u-boot-2020.01/include/linux/
Dclk-provider.h73 struct clk_gate { struct
83 #define to_clk_gate(_clk) container_of(_clk, struct clk_gate, clk) argument
/third_party/uboot/u-boot-2020.01/drivers/clk/imx/
Dclk-composite-8m.c124 struct clk_gate *gate = NULL; in imx8m_clk_composite_flags()