Home
last modified time | relevance | path

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

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