Home
last modified time | relevance | path

Searched refs:twoToPowerOfx (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/staging/sm750fb/
Dddk750_chip.c37 inline unsigned int twoToPowerOfx(unsigned long x) in twoToPowerOfx() function
49 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()