Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-arm/arch-riscstation/
Dtime.h78 if (!(CMOS_READ(RTC_CONTROL) & RTC_DM_BINARY) || RTC_ALWAYS_BCD) { in get_isa_cmos_time()
113 if (!(save_control & RTC_DM_BINARY) || RTC_ALWAYS_BCD) in set_isa_cmos_time()
129 if (!(save_control & RTC_DM_BINARY) || RTC_ALWAYS_BCD) { in set_isa_cmos_time()
/linux-2.4.37.9/arch/mips/dec/
Dtime.c54 if (!(CMOS_READ(RTC_CONTROL) & RTC_DM_BINARY) || RTC_ALWAYS_BCD) { in dec_rtc_get_time()
95 if (!(save_control & RTC_DM_BINARY) || RTC_ALWAYS_BCD) in dec_rtc_set_mmss()
111 if (!(save_control & RTC_DM_BINARY) || RTC_ALWAYS_BCD) { in dec_rtc_set_mmss()
/linux-2.4.37.9/include/asm-arm/arch-ebsa285/
Dtime.h113 if (!(CMOS_READ(RTC_CONTROL) & RTC_DM_BINARY) || RTC_ALWAYS_BCD) { in get_isa_cmos_time()
141 if (!(save_control & RTC_DM_BINARY) || RTC_ALWAYS_BCD) in set_isa_cmos_time()
157 if (!(save_control & RTC_DM_BINARY) || RTC_ALWAYS_BCD) { in set_isa_cmos_time()
/linux-2.4.37.9/arch/m68k/atari/
Dtime.c146 if (!(ctrl & RTC_DM_BINARY)) { in atari_tt_gettod()
258 if (!(ctrl & RTC_DM_BINARY)) { in atari_tt_hwclk()
318 if (!(ctrl & RTC_DM_BINARY)) { in atari_tt_hwclk()
384 if (!(save_control & RTC_DM_BINARY)) in atari_tt_set_clock_mmss()
394 if (!(save_control & RTC_DM_BINARY)) in atari_tt_set_clock_mmss()
/linux-2.4.37.9/arch/ppc/platforms/
Dchrp_time.c91 if (!(save_control & RTC_DM_BINARY) || RTC_ALWAYS_BCD) { in chrp_set_rtc_time()
153 if (!(chrp_cmos_clock_read(RTC_CONTROL) & RTC_DM_BINARY) || RTC_ALWAYS_BCD) in chrp_get_rtc_time()
Dprep_time.c74 if (!(save_control & RTC_DM_BINARY) || RTC_ALWAYS_BCD) { in mc146818_set_rtc_time()
135 if (!(CMOS_READ(RTC_CONTROL) & RTC_DM_BINARY) in mc146818_get_rtc_time()
/linux-2.4.37.9/drivers/char/
Drtc.c402 if (!(CMOS_READ(RTC_CONTROL) & RTC_DM_BINARY) || in rtc_ioctl()
493 if (!(CMOS_READ(RTC_CONTROL) & RTC_DM_BINARY) in rtc_ioctl()
818 if (!(ctrl & RTC_DM_BINARY) || RTC_ALWAYS_BCD) in rtc_init()
997 NY(RTC_DM_BINARY), in rtc_proc_output()
1080 if (!(ctrl & RTC_DM_BINARY) || RTC_ALWAYS_BCD) in get_rtc_time()
1119 if (!(ctrl & RTC_DM_BINARY) || RTC_ALWAYS_BCD) in get_rtc_alm_time()
Dgenrtc.c435 (flags & RTC_DM_BINARY) ? "no" : "yes", in gen_rtc_proc_output()
/linux-2.4.37.9/arch/alpha/kernel/
Dtime.c342 if (!(CMOS_READ(RTC_CONTROL) & RTC_DM_BINARY) || RTC_ALWAYS_BCD) { in time_init()
514 if (!(save_control & RTC_DM_BINARY) || RTC_ALWAYS_BCD) in set_rtc_mmss()
532 if (!(save_control & RTC_DM_BINARY) || RTC_ALWAYS_BCD) { in set_rtc_mmss()
/linux-2.4.37.9/include/asm-m68k/
Drtc.h27 #define RTC_DM_BINARY 0x04 /* all time/date values are BCD if clear */ macro
/linux-2.4.37.9/include/linux/
Dmc146818rtc.h73 # define RTC_DM_BINARY 0x04 /* all time/date values are BCD if clear */ macro
/linux-2.4.37.9/include/asm-ppc/
Drtc.h43 #define RTC_DM_BINARY 0x04 /* all time/date values are BCD if clear */ macro
/linux-2.4.37.9/arch/i386/kernel/
Dtime.c518 if (!(save_control & RTC_DM_BINARY) || RTC_ALWAYS_BCD) in set_rtc_mmss()
534 if (!(save_control & RTC_DM_BINARY) || RTC_ALWAYS_BCD) { in set_rtc_mmss()
743 if (!(CMOS_READ(RTC_CONTROL) & RTC_DM_BINARY) || RTC_ALWAYS_BCD) in get_cmos_time()
/linux-2.4.37.9/include/asm-sh/
Dsmc37c93x.h186 # define RTC_DM_BINARY 0x04 macro
/linux-2.4.37.9/include/asm-parisc/
Drtc.h19 #define RTC_DM_BINARY 0x04 /* all time/date values are BCD if clear */ macro
/linux-2.4.37.9/arch/mips/mips-boards/generic/
Dtime.c156 CMOS_WRITE(CMOS_READ(RTC_CONTROL) | RTC_DM_BINARY, RTC_CONTROL); in mips_time_init()
/linux-2.4.37.9/arch/ppc/kernel/
Dtodc_time.c336 ((save_control & RTC_DM_BINARY) == 0) || in todc_get_rtc_time()
381 ((save_control & RTC_DM_BINARY) == 0) || in todc_set_rtc_time()
/linux-2.4.37.9/arch/mips/ite-boards/generic/
Dtime.c71 static inline int rtc_dm_binary(void) { return saved_control & RTC_DM_BINARY; } in rtc_dm_binary()
/linux-2.4.37.9/arch/sparc64/kernel/
Dtime.c674 if (!(CMOS_READ(RTC_CONTROL) & RTC_DM_BINARY) || RTC_ALWAYS_BCD) { in set_system_time()
1131 if (!(save_control & RTC_DM_BINARY) || RTC_ALWAYS_BCD) in set_rtc_mmss()
1140 if (!(save_control & RTC_DM_BINARY) || RTC_ALWAYS_BCD) { in set_rtc_mmss()
/linux-2.4.37.9/drivers/acpi/
Dsystem.c960 if (!(rtc_control & RTC_DM_BINARY) || RTC_ALWAYS_BCD) { in acpi_system_write_alarm()
980 if (!(rtc_control & RTC_DM_BINARY) || RTC_ALWAYS_BCD) { in acpi_system_write_alarm()
1009 if (!(rtc_control & RTC_DM_BINARY) || RTC_ALWAYS_BCD) { in acpi_system_write_alarm()
/linux-2.4.37.9/drivers/hil/
Dhp_sdc_rtc.c509 NY(RTC_DM_BINARY), in hp_sdc_rtc_proc_output()