Searched refs:RTC_MAX_FREQ (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/uapi/linux/ | ||
H A D | rtc.h | 149 #define RTC_MAX_FREQ 8192 macro |
/openbmc/linux/drivers/rtc/ | ||
H A D | interface.c | 780 if (freq <= 0 || freq > RTC_MAX_FREQ) in rtc_irq_set_freq() |