Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/sm750fb/
Dddk750_chip.c65 pll.inputFreq = DEFAULT_INPUT_CLOCK; /* Defined in CLOCK.H */ in setChipClock()
317 input = pll->inputFreq / 1000; in calcPllValue()
339 tmpClock = pll->inputFreq * M / N / X; in calcPllValue()
Dddk750_chip.h30 unsigned long inputFreq; /* Input clock frequency to the PLL */ member
Dddk750_mode.c189 pll.inputFreq = DEFAULT_INPUT_CLOCK; in ddk750_setModeTiming()