Searched refs:maxpost (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-mx3/
H A Dclock-imx35.c50 static void calc_dividers(u32 div, u32 *pre, u32 *post, u32 maxpost) argument
54 min_pre = (div - 1) / maxpost + 1;
58 if (div > (temp_pre * maxpost))

Completed in 109 milliseconds