Home
last modified time | relevance | path

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

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