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

/linux-master/arch/mips/mti-malta/
H A Dmalta-time.c190 if (ctrl & RTC_SET)
191 CMOS_WRITE(ctrl & ~RTC_SET, RTC_CONTROL);
/linux-master/arch/mips/include/asm/
H A Dmc146818-time.h40 CMOS_WRITE((save_control|RTC_SET), RTC_CONTROL);
/linux-master/include/linux/
H A Dmc146818rtc.h96 # define RTC_SET 0x80 /* disable updates for clock setting */ macro
/linux-master/arch/mips/dec/
H A Dtime.c79 CMOS_WRITE((save_control | RTC_SET), RTC_CONTROL);
/linux-master/arch/sh/include/asm/
H A Dsmc37c93x.h182 # define RTC_SET 0x80 macro
/linux-master/arch/powerpc/platforms/chrp/
H A Dtime.c95 chrp_cmos_clock_write((save_control|RTC_SET), RTC_CONTROL);
/linux-master/arch/powerpc/platforms/maple/
H A Dtime.c86 maple_clock_write((save_control|RTC_SET), RTC_CONTROL);
/linux-master/arch/m68k/atari/
H A Dtime.c253 * additionally the RTC_SET bit is set to prevent an update cycle.
264 RTC_WRITE( RTC_CONTROL, ctrl | RTC_SET );
283 RTC_WRITE( RTC_CONTROL, ctrl & ~RTC_SET );
/linux-master/drivers/rtc/
H A Drtc-mc146818-lib.c282 CMOS_WRITE((save_control|RTC_SET), RTC_CONTROL);
/linux-master/arch/powerpc/platforms/
H A Dfsl_uli1575.c164 CMOS_WRITE(RTC_SET, RTC_CONTROL);

Completed in 140 milliseconds