Searched defs:rtc_pll_info (Results 1 – 3 of 3) sorted by relevance
24 struct rtc_pll_info { struct25 int pll_ctrl;26 int pll_value;27 int pll_max;51 #define RTC_PLL_GET _IOR('p', 0x11, struct rtc_pll_info) argument
39 struct rtc_pll_info { struct40 int pll_ctrl;41 int pll_value;42 int pll_max;66 #define RTC_PLL_GET _IOR('p', 0x11, struct rtc_pll_info) argument
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 */