Home
last modified time | relevance | path

Searched refs:RTC_SET (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/arch/mips/mti-malta/
H A Dmalta-time.c190 if (ctrl & RTC_SET) in init_rtc()
191 CMOS_WRITE(ctrl & ~RTC_SET, RTC_CONTROL); in init_rtc()
/openbmc/u-boot/include/linux/
H A Dmc146818rtc.h65 # define RTC_SET 0x80 /* disable updates for clock setting */ macro
/openbmc/linux/include/linux/
H A Dmc146818rtc.h96 # define RTC_SET 0x80 /* disable updates for clock setting */ macro
/openbmc/linux/arch/mips/include/asm/
H A Dmc146818-time.h40 CMOS_WRITE((save_control|RTC_SET), RTC_CONTROL); in mc146818_set_rtc_mmss()
/openbmc/linux/arch/sh/include/asm/
H A Dsmc37c93x.h182 # define RTC_SET 0x80 macro
/openbmc/linux/arch/m68k/atari/
H A Dtime.c262 RTC_WRITE( RTC_CONTROL, ctrl | RTC_SET ); in atari_tt_hwclk()
281 RTC_WRITE( RTC_CONTROL, ctrl & ~RTC_SET ); in atari_tt_hwclk()
/openbmc/linux/arch/mips/dec/
H A Dtime.c79 CMOS_WRITE((save_control | RTC_SET), RTC_CONTROL); in update_persistent_clock64()
/openbmc/linux/arch/powerpc/platforms/chrp/
H A Dtime.c95 chrp_cmos_clock_write((save_control|RTC_SET), RTC_CONTROL); in chrp_set_rtc_time()
/openbmc/linux/arch/powerpc/platforms/maple/
H A Dtime.c86 maple_clock_write((save_control|RTC_SET), RTC_CONTROL); in maple_set_rtc_time()
/openbmc/linux/drivers/rtc/
H A Drtc-mc146818-lib.c282 CMOS_WRITE((save_control|RTC_SET), RTC_CONTROL); in mc146818_set_time()
/openbmc/linux/arch/powerpc/platforms/
H A Dfsl_uli1575.c164 CMOS_WRITE(RTC_SET, RTC_CONTROL); in quirk_final_uli1575()