Home
last modified time | relevance | path

Searched refs:RTC_DM_BINARY (Results 1 – 10 of 10) sorted by relevance

/linux/arch/mips/dec/
H A Dtime.c46 if (!(CMOS_READ(RTC_CONTROL) & RTC_DM_BINARY) || RTC_ALWAYS_BCD) { in read_persistent_clock64()
86 if (!(save_control & RTC_DM_BINARY) || RTC_ALWAYS_BCD) in update_persistent_clock64()
101 if (!(save_control & RTC_DM_BINARY) || RTC_ALWAYS_BCD) { in update_persistent_clock64()
/linux/arch/powerpc/platforms/chrp/
H A Dtime.c101 if (!(save_control & RTC_DM_BINARY) || RTC_ALWAYS_BCD) { in chrp_set_rtc_time()
143 if (!(chrp_cmos_clock_read(RTC_CONTROL) & RTC_DM_BINARY) || RTC_ALWAYS_BCD) { in chrp_get_rtc_time()
/linux/drivers/rtc/
H A Drtc-mc146818-lib.c165 if (!(p.ctrl & RTC_DM_BINARY) || RTC_ALWAYS_BCD) in mc146818_get_time()
268 if (!(save_control & RTC_DM_BINARY) || RTC_ALWAYS_BCD) { in mc146818_set_time()
H A Drtc-cmos.c308 if (!(p.rtc_control & RTC_DM_BINARY) || RTC_ALWAYS_BCD) { in cmos_read_alarm()
539 if (!(rtc_control & RTC_DM_BINARY) || RTC_ALWAYS_BCD) { in cmos_set_alarm()
606 (rtc_control & RTC_DM_BINARY) ? "no" : "yes", in cmos_procfs()
/linux/include/linux/
H A Dmc146818rtc.h101 # define RTC_DM_BINARY 0x04 /* all time/date values are BCD if clear */ macro
/linux/arch/m68k/atari/
H A Dtime.c232 if (!(ctrl & RTC_DM_BINARY)) { in atari_tt_hwclk()
294 if (!(ctrl & RTC_DM_BINARY)) { in atari_tt_hwclk()
/linux/arch/sh/include/asm/
H A Dsmc37c93x.h187 # define RTC_DM_BINARY 0x04 macro
/linux/arch/alpha/kernel/
H A Drtc.c61 if (!(ctrl & RTC_DM_BINARY) || RTC_ALWAYS_BCD) in init_rtc_epoch()
/linux/arch/mips/mti-malta/
H A Dmalta-time.c102 if (!(ctrl & RTC_DM_BINARY) || RTC_ALWAYS_BCD) { in estimate_frequencies()
/linux/drivers/input/misc/
H A Dhp_sdc_rtc.c333 NY(RTC_DM_BINARY), in hp_sdc_rtc_proc_show()