Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/sm750fb/
Dddk750_chip.h38 pll_value_t; typedef
73 unsigned int calcPllValue(unsigned int request, pll_value_t *pll);
74 unsigned int formatPllReg(pll_value_t *pPLL);
Dddk750_chip.c54 pll_value_t pll; in setChipClock()
297 unsigned int calcPllValue(unsigned int request_orig, pll_value_t *pll) in calcPllValue()
357 unsigned int formatPllReg(pll_value_t *pPLL) in formatPllReg()
Dddk750_mode.c78 static int programModeRegisters(mode_parameter_t *pModeParam, pll_value_t *pll) in programModeRegisters()
186 pll_value_t pll; in ddk750_setModeTiming()