Searched refs:pll_value (Results 1 – 6 of 6) sorted by relevance
42 struct pll_value { struct97 unsigned int sm750_calc_pll_value(unsigned int request, struct pll_value *pll);98 unsigned int sm750_format_pll_reg(struct pll_value *pPLL);
58 struct pll_value pll; in set_chip_clock()314 struct pll_value *pll) in sm750_calc_pll_value()386 unsigned int sm750_format_pll_reg(struct pll_value *pPLL) in sm750_format_pll_reg()
78 struct pll_value *pll) in programModeRegisters()211 struct pll_value pll; in ddk750_setModeTiming()
276 pll->pll_value = tmp & Q40_RTC_PLL_MASK; in q40_get_rtc_pll()278 pll->pll_value = -pll->pll_value; in q40_get_rtc_pll()293 int tmp = (pll->pll_value & 31) | (pll->pll_value<0 ? 32 : 0) | in q40_set_rtc_pll()
29 u32 pll_value; member80 value = cs5530_pll_table[0].pll_value; in cs5530_set_dclk_frequency()88 value = cs5530_pll_table[i].pll_value; in cs5530_set_dclk_frequency()
58 int pll_value; /* get/set correction value */ member