Home
last modified time | relevance | path

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

/u-boot/drivers/clk/
A Dclk-gate.c49 struct clk_gate *gate = to_clk_gate(clk); in clk_gate_endisable()
91 struct clk_gate *gate = to_clk_gate(clk); in clk_gate_is_enabled()
120 struct clk_gate *gate; in clk_register_gate()
156 U_BOOT_DRIVER(clk_gate) = {
A Dclk_sandbox_ccf.c176 struct clk_gate *gate = NULL; in sandbox_clk_composite()
/u-boot/include/linux/
A Dclk-provider.h91 struct clk_gate { struct
101 #define to_clk_gate(_clk) container_of(_clk, struct clk_gate, clk) argument
/u-boot/drivers/clk/imx/
A Dclk-composite-8m.c127 struct clk_gate *gate = NULL; in imx8m_clk_composite_flags()
/u-boot/drivers/clk/kendryte/
A Dclk.c388 static struct clk_gate *k210_create_gate(const struct k210_gate_params *params, in k210_create_gate()
391 struct clk_gate *gate = kzalloc(sizeof(*gate), GFP_KERNEL); in k210_create_gate()
429 struct clk_gate *gate; in k210_register_comp()

Completed in 27 milliseconds