Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/
H A Dmc146818-time.h46 if (!(save_control & RTC_DM_BINARY) || RTC_ALWAYS_BCD) in mc146818_set_rtc_mmss()
62 if (!(save_control & RTC_DM_BINARY) || RTC_ALWAYS_BCD) { in mc146818_set_rtc_mmss()
105 if (!(CMOS_READ(RTC_CONTROL) & RTC_DM_BINARY) || RTC_ALWAYS_BCD) { in mc146818_get_cmos_time()
/openbmc/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()
/openbmc/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()
/openbmc/linux/arch/powerpc/platforms/maple/
H A Dtime.c62 if (!(maple_clock_read(RTC_CONTROL) & RTC_DM_BINARY) in maple_get_rtc_time()
99 if (!(save_control & RTC_DM_BINARY) || RTC_ALWAYS_BCD) { in maple_set_rtc_time()
/openbmc/u-boot/include/linux/
H A Dmc146818rtc.h70 # define RTC_DM_BINARY 0x04 /* all time/date values are BCD if clear */ macro
/openbmc/linux/include/linux/
H A Dmc146818rtc.h101 # define RTC_DM_BINARY 0x04 /* all time/date values are BCD if clear */ macro
/openbmc/linux/drivers/rtc/
H A Drtc-mc146818-lib.c165 if (!(p.ctrl & RTC_DM_BINARY) || RTC_ALWAYS_BCD) in mc146818_get_time()
270 if (!(save_control & RTC_DM_BINARY) || RTC_ALWAYS_BCD) { in mc146818_set_time()
/openbmc/linux/arch/sh/include/asm/
H A Dsmc37c93x.h187 # define RTC_DM_BINARY 0x04 macro
/openbmc/linux/arch/m68k/atari/
H A Dtime.c230 if (!(ctrl & RTC_DM_BINARY)) { in atari_tt_hwclk()
292 if (!(ctrl & RTC_DM_BINARY)) { in atari_tt_hwclk()
/openbmc/linux/arch/alpha/kernel/
H A Drtc.c61 if (!(ctrl & RTC_DM_BINARY) || RTC_ALWAYS_BCD) in init_rtc_epoch()
/openbmc/linux/arch/mips/mti-malta/
H A Dmalta-time.c102 if (!(ctrl & RTC_DM_BINARY) || RTC_ALWAYS_BCD) { in estimate_frequencies()
/openbmc/linux/drivers/input/misc/
H A Dhp_sdc_rtc.c333 NY(RTC_DM_BINARY), in hp_sdc_rtc_proc_show()