Searched refs:twoToPowerOfx (Results 1 – 1 of 1) sorted by relevance
37 inline unsigned int twoToPowerOfx(unsigned long x) in twoToPowerOfx() function49 return (pPLL->inputFreq * pPLL->M / pPLL->N / twoToPowerOfx(pPLL->OD) / twoToPowerOfx(pPLL->POD)); in calcPLL()528 podPower = twoToPowerOfx(POD); in calcPllValue2()533 odPower = twoToPowerOfx(OD); in calcPllValue2()