Searched refs:DEF_PLL (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/clk/renesas/ |
H A D | r8a779a0-cpg-mssr.c | 60 #define DEF_PLL(_name, _id, _offset) \ macro 73 DEF_PLL(".pll20", CLK_PLL20, 0x0834), 74 DEF_PLL(".pll21", CLK_PLL21, 0x0838), 75 DEF_PLL(".pll30", CLK_PLL30, 0x083c), 76 DEF_PLL(".pll31", CLK_PLL31, 0x0840),
|
/openbmc/linux/drivers/clk/ingenic/ |
H A D | jz4780-cgu.c | 273 #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
|