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

/linux-master/arch/mips/include/asm/
H A Dmc146818-time.h46 if (!(save_control & RTC_DM_BINARY) || RTC_ALWAYS_BCD)
62 if (!(save_control & RTC_DM_BINARY) || RTC_ALWAYS_BCD) {
105 if (!(CMOS_READ(RTC_CONTROL) & RTC_DM_BINARY) || RTC_ALWAYS_BCD) {
/linux-master/arch/mips/dec/
H A Dtime.c46 if (!(CMOS_READ(RTC_CONTROL) & RTC_DM_BINARY) || RTC_ALWAYS_BCD) {
86 if (!(save_control & RTC_DM_BINARY) || RTC_ALWAYS_BCD)
101 if (!(save_control & RTC_DM_BINARY) || RTC_ALWAYS_BCD) {
/linux-master/arch/powerpc/platforms/chrp/
H A Dtime.c101 if (!(save_control & RTC_DM_BINARY) || RTC_ALWAYS_BCD) {
143 if (!(chrp_cmos_clock_read(RTC_CONTROL) & RTC_DM_BINARY) || RTC_ALWAYS_BCD) {
/linux-master/arch/powerpc/platforms/maple/
H A Dtime.c62 if (!(maple_clock_read(RTC_CONTROL) & RTC_DM_BINARY)
99 if (!(save_control & RTC_DM_BINARY) || RTC_ALWAYS_BCD) {
/linux-master/include/linux/
H A Dmc146818rtc.h101 # define RTC_DM_BINARY 0x04 /* all time/date values are BCD if clear */ macro
/linux-master/drivers/rtc/
H A Drtc-mc146818-lib.c165 if (!(p.ctrl & RTC_DM_BINARY) || RTC_ALWAYS_BCD)
270 if (!(save_control & RTC_DM_BINARY) || RTC_ALWAYS_BCD) {
H A Drtc-cmos.c313 if (!(p.rtc_control & RTC_DM_BINARY) || RTC_ALWAYS_BCD) {
544 if (!(rtc_control & RTC_DM_BINARY) || RTC_ALWAYS_BCD) {
611 (rtc_control & RTC_DM_BINARY) ? "no" : "yes",
/linux-master/arch/sh/include/asm/
H A Dsmc37c93x.h187 # define RTC_DM_BINARY 0x04 macro
/linux-master/arch/mips/mti-malta/
H A Dmalta-time.c102 if (!(ctrl & RTC_DM_BINARY) || RTC_ALWAYS_BCD) {
/linux-master/arch/alpha/kernel/
H A Drtc.c61 if (!(ctrl & RTC_DM_BINARY) || RTC_ALWAYS_BCD)
/linux-master/arch/m68k/atari/
H A Dtime.c232 if (!(ctrl & RTC_DM_BINARY)) {
294 if (!(ctrl & RTC_DM_BINARY)) {
/linux-master/drivers/input/misc/
H A Dhp_sdc_rtc.c333 NY(RTC_DM_BINARY),

Completed in 192 milliseconds