Home
last modified time | relevance | path

Searched defs:imx_clk_gate (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-4.19/drivers/clk/imx/
Dclk.h120 static inline struct clk *imx_clk_gate(const char *name, const char *parent, in imx_clk_gate() function
/kernel/linux/linux-5.10/drivers/clk/imx/
Dclk.h99 #define imx_clk_gate(name, parent, reg, shift) \ macro