Searched refs:CLK_TYPE_PLL1 (Results 1 – 3 of 3) sorted by relevance
/arch/arm/mach-bcmring/ | ||
D | clock.h | 17 #define CLK_TYPE_PLL1 2 /* PPL1 */ macro |
D | core.c | 60 .type = CLK_TYPE_PRIMARY | CLK_TYPE_PLL1, |
D | clock.c | 33 #define clk_is_pll1(x) ((x)->type & CLK_TYPE_PLL1) |