Home
last modified time | relevance | path

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

/linux/drivers/clk/renesas/
H A Dr8a779a0-cpg-mssr.c60 #define DEF_PLL(_name, _id, _offset) \ macro
78 DEF_PLL(".pll20", CLK_PLL20, CPG_PLL20CR),
79 DEF_PLL(".pll21", CLK_PLL21, CPG_PLL21CR),
80 DEF_PLL(".pll30", CLK_PLL30, CPG_PLL30CR),
81 DEF_PLL(".pll31", CLK_PLL31, CPG_PLL31CR),
H A Dr9a09g057-cpg.c71 DEF_PLL(".pllca55", CLK_PLLCA55, CLK_QEXTAL, PLL_CONF(0x64)),
H A Drzv2h-cpg.h84 #define DEF_PLL(_name, _id, _parent, _conf) \ macro
/linux/drivers/clk/ingenic/
H A Djz4780-cgu.c273 #define DEF_PLL(name) { \ macro
295 .pll = DEF_PLL(APLL),
301 .pll = DEF_PLL(MPLL),
307 .pll = DEF_PLL(EPLL),
313 .pll = DEF_PLL(VPLL),
316 #undef DEF_PLL