Home
last modified time | relevance | path

Searched refs:RTC_PLL_GET (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Drtc.h107 #define RTC_PLL_GET _IOR('p', 0x11, struct rtc_pll_info) /* Get PLL correction */ macro
/openbmc/linux/arch/m68k/kernel/
H A Dtime.c113 case RTC_PLL_GET: in rtc_ioctl()
/openbmc/qemu/linux-user/
H A Dioctls.h90 IOCTL(RTC_PLL_GET, IOC_R, MK_PTR(MK_STRUCT(STRUCT_rtc_pll_info))) in IOCTL()