Searched defs:rtc_pll_info (Results 1 – 1 of 1) sorted by relevance
60 struct rtc_pll_info { struct61 int pll_ctrl; /* placeholder for fancier control */62 int pll_value; /* get/set correction value */63 int pll_max; /* max +ve (faster) adjustment value */64 int pll_min; /* max -ve (slower) adjustment value */65 int pll_posmult; /* factor for +ve correction */66 int pll_negmult; /* factor for -ve correction */67 long pll_clock; /* base PLL frequency */