Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/sm750fb/
Dddk750_chip.h42 pll_value_t; typedef
74 unsigned int calcPllValue(unsigned int request,pll_value_t *pll);
75 unsigned int calcPllValue2(unsigned int,pll_value_t *);
76 unsigned int formatPllReg(pll_value_t *pPLL);
80 unsigned int getPllValue(clock_type_t clockType, pll_value_t *pPLL);
Dddk750_chip.c47 inline unsigned int calcPLL(pll_value_t *pPLL) in calcPLL()
52 unsigned int getPllValue(clock_type_t clockType, pll_value_t *pPLL) in getPllValue()
88 pll_value_t pll; in getChipClock()
105 pll_value_t pll; in setChipClock()
408 unsigned int calcPllValue(unsigned int request_orig, pll_value_t *pll) in calcPllValue()
497 pll_value_t *pPLL /* Structure to hold the value to be set in PLL */ in calcPllValue2()
600 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()
190 pll_value_t pll; in ddk750_setModeTiming()