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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/philips/pnx8550/common/
H A Dtime.c63 unsigned int pow2p; local
70 pow2p = (1 << p);
72 db_assert(m != 0 && pow2p != 0);
79 mips_hpt_frequency = 27UL * ((1000000UL * n)/(m * pow2p));

Completed in 41 milliseconds