Searched refs:POD (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/staging/sm750fb/ |
D | ddk750_chip.c | 49 return (pPLL->inputFreq * pPLL->M / pPLL->N / twoToPowerOfx(pPLL->OD) / twoToPowerOfx(pPLL->POD)); in calcPLL() 80 pPLL->POD = FIELD_GET(ulPllReg, PANEL_PLL_CTRL, POD); in getPllValue() 483 pll->POD = xparm[d].pod; in calcPllValue() 500 unsigned int M, N, OD, POD = 0, diff, pllClk, odPower, podPower; in calcPllValue2() local 507 pPLL->POD = 0; in calcPllValue2() 517 for (POD = 0; POD <= 3; POD++) in calcPllValue2() 523 if ((POD > 0) && (pPLL->clockType == MXCLK_PLL)) in calcPllValue2() 528 podPower = twoToPowerOfx(POD); in calcPllValue2() 570 POD = 2; in calcPllValue2() 572 POD = OD; in calcPllValue2() [all …]
|
D | ddk750_chip.h | 40 unsigned long POD; member
|
/linux-4.1.27/sound/usb/line6/ |
D | Kconfig | 7 tristate "Line 6 POD USB support" 24 tristate "Line 6 POD HD300/400/500 USB support" 27 This is a driver for POD HD300, 400 and 500 devices.
|