Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/dec/
H A Dplatform.c21 .flags = CMOS_RTC_FLAGS_NOFREQ,
/openbmc/linux/include/linux/
H A Dmc146818rtc.h38 #define CMOS_RTC_FLAGS_NOFREQ (1 << 0) macro
/openbmc/linux/drivers/rtc/
H A Drtc-cmos.c1047 if (!(flags & CMOS_RTC_FLAGS_NOFREQ)) { in cmos_do_probe()