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