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

/linux-4.1.27/drivers/staging/sm750fb/
H A Dddk750_chip.c49 return (pPLL->inputFreq * pPLL->M / pPLL->N / twoToPowerOfx(pPLL->OD) / twoToPowerOfx(pPLL->POD)); calcPLL()
80 pPLL->POD = FIELD_GET(ulPllReg, PANEL_PLL_CTRL, POD); getPllValue()
451 /* for MXCLK register , no POD provided, so need be treated differently */ calcPllValue()
483 pll->POD = xparm[d].pod; calcPllValue()
491 //printk("Finally: pll->n[%lu],m[%lu],od[%lu],pod[%lu]\n",pll->N,pll->M,pll->OD,pll->POD); calcPllValue()
500 unsigned int M, N, OD, POD = 0, diff, pllClk, odPower, podPower; calcPllValue2() local
507 pPLL->POD = 0; calcPllValue2()
517 for (POD = 0; POD <= 3; POD++) calcPllValue2()
523 if ((POD > 0) && (pPLL->clockType == MXCLK_PLL)) calcPllValue2()
527 /* Work out 2 to the power of POD */ calcPllValue2()
528 podPower = twoToPowerOfx(POD); calcPllValue2()
570 POD = 2; calcPllValue2()
572 POD = OD; calcPllValue2()
575 pPLL->POD = POD; calcPllValue2()
589 //DDKDEBUGPRINT((DISPLAY_LEVEL, "calcPllValue: Input CLK = %dHz, M=%d, N=%d, OD=%d, POD=%d\n", pPLL->inputFreq, pPLL->M, pPLL->N, pPLL->OD, pPLL->POD)); calcPllValue2()
613 | FIELD_VALUE(0, PANEL_PLL_CTRL, POD, pPLL->POD) formatPllReg()
H A Dddk750_chip.h40 unsigned long POD; member in struct:_pll_value_t
/linux-4.1.27/sound/usb/line6/
H A Dpodhd.c80 Try to init POD HD device.
118 .name = "POD HD300",
130 .name = "POD HD400",
142 .name = "POD HD500",
154 .name = "POD HD500",
H A Dpod.c39 Stages of POD startup procedure
279 POD startup procedure.
328 /* POD special files: */
395 POD device disconnected.
406 Try to init POD device.
513 .name = "Pocket POD",
564 return line6_probe(interface, id, "Line6-POD", pod_probe()
583 MODULE_DESCRIPTION("Line 6 POD USB driver");
H A Dtoneport.c500 .name = "POD Studio GX",
509 .name = "POD Studio UX1",
518 .name = "POD Studio UX2",
H A Dpcm.h13 PCM interface to POD series devices.
H A Ddriver.c38 Code to request version of POD, Variax interface
433 (POD, TonePort, GuitarPort)
/linux-4.1.27/drivers/net/wireless/zd1211rw/
H A Dzd_rf.h58 * flag is set in the POD. The vendor driver suggests that this should
H A Dzd_chip.c341 /* FIXME: AL2230 handling (Bit 7 in POD) */ read_pod()
/linux-4.1.27/arch/mips/include/asm/sn/
H A Dklconfig.h880 #define VDS_PODMODE 0x20 /* Go straight to POD mode */

Completed in 809 milliseconds