Home
last modified time | relevance | path

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

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