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