Searched refs:RTC_SET (Results 1 - 14 of 14) sorted by relevance

/linux-4.1.27/arch/m68k/atari/
H A Dtime.c218 * additionally the RTC_SET bit is set to prevent an update cycle. atari_tt_hwclk()
229 RTC_WRITE( RTC_CONTROL, ctrl | RTC_SET ); atari_tt_hwclk()
248 RTC_WRITE( RTC_CONTROL, ctrl & ~RTC_SET ); atari_tt_hwclk()
319 RTC_WRITE (RTC_CONTROL, save_control | RTC_SET); atari_tt_set_clock_mmss()
/linux-4.1.27/arch/mips/mti-malta/
H A Dmalta-time.c178 if (ctrl & RTC_SET) init_rtc()
179 CMOS_WRITE(ctrl & ~RTC_SET, RTC_CONTROL); init_rtc()
/linux-4.1.27/drivers/rtc/
H A Drtc-wm8350.c116 /* Set RTC_SET to stop the clock */ wm8350_rtc_settime()
137 /* Clear RTC_SET to start the clock */ wm8350_rtc_settime()
198 /* Set RTC_SET to stop the clock */ wm8350_rtc_stop_alarm()
/linux-4.1.27/arch/mips/include/asm/
H A Dmc146818-time.h40 CMOS_WRITE((save_control|RTC_SET), RTC_CONTROL); mc146818_set_rtc_mmss()
/linux-4.1.27/arch/powerpc/platforms/chrp/
H A Dtime.c94 chrp_cmos_clock_write((save_control|RTC_SET), RTC_CONTROL); chrp_set_rtc_time()
/linux-4.1.27/include/linux/
H A Dmc146818rtc.h91 # define RTC_SET 0x80 /* disable updates for clock setting */ macro
/linux-4.1.27/arch/mips/dec/
H A Dtime.c77 CMOS_WRITE((save_control | RTC_SET), RTC_CONTROL); rtc_mips_set_mmss()
/linux-4.1.27/arch/powerpc/platforms/maple/
H A Dtime.c92 maple_clock_write((save_control|RTC_SET), RTC_CONTROL); maple_set_rtc_time()
/linux-4.1.27/arch/sh/include/asm/
H A Dsmc37c93x.h181 # define RTC_SET 0x80 macro
/linux-4.1.27/arch/mn10300/kernel/
H A Drtc.c61 CMOS_WRITE(save_control | RTC_SET, RTC_CONTROL); set_rtc_mmss()
/linux-4.1.27/include/asm-generic/
H A Drtc.h175 CMOS_WRITE((save_control|RTC_SET), RTC_CONTROL); __set_rtc_time()
/linux-4.1.27/arch/powerpc/platforms/
H A Dfsl_uli1575.c164 CMOS_WRITE(RTC_SET, RTC_CONTROL); quirk_final_uli1575()
/linux-4.1.27/arch/alpha/kernel/
H A Drtc.c149 CMOS_WRITE((save_control|RTC_SET), RTC_CONTROL); alpha_rtc_set_mmss()
/linux-4.1.27/drivers/char/
H A Drtc.c624 CMOS_WRITE((save_control|RTC_SET), RTC_CONTROL); rtc_do_ioctl()

Completed in 369 milliseconds