Searched refs:pow2p (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/mips/pnx8550/common/
H A Dtime.c103 unsigned int pow2p; local
130 pow2p = (1 << p);
132 db_assert(m != 0 && pow2p != 0);
139 mips_hpt_frequency = 27UL * ((1000000UL * n)/(m * pow2p));

Completed in 79 milliseconds