Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/mach-davinci/
Dtnetv107x.c53 #define N_PLLS 3 macro
94 static struct sspll_regs __iomem *sspll_regs[N_PLLS];
95 static int sspll_regs_base[N_PLLS] = { 0x40, 0x80, 0xc0 };
98 static u32 bypass_mask[N_PLLS] = { BIT(0), BIT(2), BIT(1) };
665 for (pll = 0; pll < N_PLLS; pll++) in clk_sspll_recalc()