Searched refs:prate (Results 1 – 3 of 3) sorted by relevance
72 unsigned long prate) in clk_mpll_recalc_rate() argument
488 const u32 *psteps, *prate, *addrp; in kw_i2c_host_init() local520 prate = of_get_property(np, "AAPL,i2c-rate", NULL); in kw_i2c_host_init()521 if (prate) switch(*prate) { in kw_i2c_host_init()
376 static long alchemy_calc_div(unsigned long rate, unsigned long prate, in alchemy_calc_div() argument381 div1 = prate / rate; in alchemy_calc_div()382 if ((prate / div1) > rate) in alchemy_calc_div()