Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Drtc.h108 #define RTC_PLL_SET _IOW('p', 0x12, struct rtc_pll_info) /* Set PLL correction */ macro
/openbmc/linux/arch/m68k/kernel/
H A Dtime.c118 case RTC_PLL_SET: in rtc_ioctl()
/openbmc/qemu/linux-user/
H A Dioctls.h91 IOCTL(RTC_PLL_SET, IOC_W, MK_PTR(MK_STRUCT(STRUCT_rtc_pll_info))) in IOCTL()