Searched defs:rtc_pll_info (Results 1 – 1 of 1) sorted by relevance
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