Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/sm750fb/
Dddk750_chip.c33 unsigned int M, N, OD, POD; in get_mxclk_freq() local
42 POD = FIELD_GET(pll_reg, PANEL_PLL_CTRL, POD); in get_mxclk_freq()
44 return DEFAULT_INPUT_CLOCK * M / N / (1 << OD) / (1 << POD); in get_mxclk_freq()
344 pll->POD = 0; in calcPllValue()
346 pll->POD = d - max_OD; in calcPllValue()
347 pll->OD = d - pll->POD; in calcPllValue()
370 | FIELD_VALUE(0, PANEL_PLL_CTRL, POD, pPLL->POD) in formatPllReg()
Dddk750_chip.h36 unsigned long POD; member
/linux-4.4.14/sound/usb/line6/
DKconfig7 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.