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

/illumos-gate/usr/src/uts/common/sys/
H A Drtc.h68 #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 Dtodds1287.h112 #define RTC_SET 0x80 /* Stop updates for time set */ macro
H A Dtodm5819.h90 #define RTC_SET 0x80 /* Stop updates for time set */ macro
/illumos-gate/usr/src/uts/i86pc/io/
H A Dtodpc_subr.c425 outb(RTC_DATA, reg | RTC_SET); /* allow time set now */
448 outb(RTC_DATA, reg & ~RTC_SET); /* allow time update */
/illumos-gate/usr/src/uts/sun4u/io/
H A Dtodblade.c323 RTC_PUT8(RTC_B, (regb | RTC_SET));
334 * re-asserted until we clear RTC_SET.
H A Dtodm5819.c277 RTC_PUT8(RTC_B, (regb | RTC_SET));
288 * re-asserted until we clear RTC_SET.
H A Dtodm5819p_rmc.c295 M5819P_DATA_REG = (regb | RTC_SET);
307 * re-asserted until we clear RTC_SET.
H A Dtodds1287.c891 DS1287_DATA_REG = (regb | RTC_SET);
1005 DS1287_DATA_REG = (regb | RTC_SET);

Completed in 179 milliseconds