Home
last modified time | relevance | path

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

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