Home
last modified time | relevance | path

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

/arch/arm/mach-sa1100/
Dclock.c72 unsigned long prate) in clk_mpll_recalc_rate() argument
/arch/powerpc/platforms/powermac/
Dlow_i2c.c488 const u32 *psteps, *prate, *addrp; in kw_i2c_host_init() local
520 prate = of_get_property(np, "AAPL,i2c-rate", NULL); in kw_i2c_host_init()
521 if (prate) switch(*prate) { in kw_i2c_host_init()
/arch/mips/alchemy/common/
Dclock.c376 static long alchemy_calc_div(unsigned long rate, unsigned long prate, in alchemy_calc_div() argument
381 div1 = prate / rate; in alchemy_calc_div()
382 if ((prate / div1) > rate) in alchemy_calc_div()