Home
last modified time | relevance | path

Searched refs:RTC_DST_EN (Results 1 – 11 of 11) sorted by relevance

/linux-4.4.14/arch/sh/include/asm/
Drtc.h14 #define RTC_DST_EN 0x01 /* auto switch DST - works f. USA only */ macro
Dsmc37c93x.h188 # define RTC_DST_EN 0x01 macro
/linux-4.4.14/arch/powerpc/include/asm/
Drtc.h43 #define RTC_DST_EN 0x01 /* auto switch DST - works f. USA only */ macro
/linux-4.4.14/arch/m68k/include/asm/
Drtc.h29 #define RTC_DST_EN 0x01 /* auto switch DST - works f. USA only */ macro
/linux-4.4.14/include/linux/
Dmc146818rtc.h98 # define RTC_DST_EN 0x01 /* auto switch DST - works f. USA only */ macro
/linux-4.4.14/arch/parisc/include/asm/
Drtc.h33 #define RTC_DST_EN 0x01 /* auto switch DST - works f. USA only */ macro
/linux-4.4.14/include/asm-generic/
Drtc.h32 #define RTC_DST_EN 0x01 /* auto switch DST - works f. USA only */ macro
/linux-4.4.14/drivers/char/
Dgenrtc.c433 (flags & RTC_DST_EN) ? "yes" : "no", in gen_rtc_proc_show()
Drtc.c1273 YN(RTC_DST_EN), in rtc_proc_show()
/linux-4.4.14/drivers/input/misc/
Dhp_sdc_rtc.c497 YN(RTC_DST_EN), in hp_sdc_rtc_proc_show()
/linux-4.4.14/drivers/rtc/
Drtc-cmos.c433 (rtc_control & RTC_DST_EN) ? "yes" : "no", in cmos_procfs()