Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/dec/
Dplatform.c25 .flags = CMOS_RTC_FLAGS_NOFREQ,
/linux-4.1.27/include/linux/
Dmc146818rtc.h35 #define CMOS_RTC_FLAGS_NOFREQ (1 << 0) macro
/linux-4.1.27/drivers/rtc/
Drtc-cmos.c742 if (!(flags & CMOS_RTC_FLAGS_NOFREQ)) { in cmos_do_probe()