Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Drtc.h66 #define RTC_SET 0x80 /* stop updates for time set */ macro
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dtodm5819p.h88 #define RTC_SET 0x80 /* Stop updates for time set */ macro
H A Dtodm5819.h90 #define RTC_SET 0x80 /* Stop updates for time set */ macro
H A Dtodds1287.h112 #define RTC_SET 0x80 /* Stop updates for time set */ macro
/illumos-gate/usr/src/uts/i86pc/io/
H A Dtodpc_subr.c437 outb(RTC_DATA, reg | RTC_SET); /* allow time set now */ in todpc_rtcput()
460 outb(RTC_DATA, reg & ~RTC_SET); /* allow time update */ in todpc_rtcput()
/illumos-gate/usr/src/uts/sun4u/io/
H A Dtodm5819.c277 RTC_PUT8(RTC_B, (regb | RTC_SET)); in write_rtc_time()
H A Dtodm5819p_rmc.c295 M5819P_DATA_REG = (regb | RTC_SET); in write_rtc_time()
H A Dtodds1287.c891 DS1287_DATA_REG = (regb | RTC_SET); in read_rtc()
1005 DS1287_DATA_REG = (regb | RTC_SET); in write_rtc_time()