Home
last modified time | relevance | path

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

/arch/arm/mach-lpc32xx/
Dcommon.c95 u32 ilfreq, p, m, n, fcco, fref, cfreq; in clk_check_pll_setup() local
119 fref = ilfreq / n; in clk_check_pll_setup()
125 fref = ilfreq / n; in clk_check_pll_setup()
132 fref = ilfreq / n; in clk_check_pll_setup()
139 fref = 1000000; in clk_check_pll_setup()
147 fref = 1000000; in clk_check_pll_setup()
154 if (fref < 1000000 || fref > 27000000) in clk_check_pll_setup()
/arch/arm/mach-imx/
Dcommon.h47 int mx1_clocks_init(unsigned long fref);
48 int mx21_clocks_init(unsigned long lref, unsigned long fref);
49 int mx27_clocks_init(unsigned long fref);
50 int mx31_clocks_init(unsigned long fref);
Dmach-mx27ads.c365 unsigned long fref = 26000000; in mx27ads_timer_init() local
368 fref = 27000000; in mx27ads_timer_init()
370 mx27_clocks_init(fref); in mx27ads_timer_init()
/arch/m68k/coldfire/
Dm53xx.c466 int fref, temp, fout, mfd; in clock_pll() local
469 fref = FREF; in clock_pll()
475 return (fref * mfd / (BUSDIV * 4)); in clock_pll()
488 temp = 100 * fsys / fref; in clock_pll()
492 fout = (fref * mfd / (BUSDIV * 4)); in clock_pll()