Searched refs:RTC_DM (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | rtc.h | 73 #define RTC_DM 0x04 /* Date mode, 1 = binary, 0 = BCD */ macro
|
/titanic_41/usr/src/uts/sun4u/sys/ |
H A D | todm5819p.h | 84 #define RTC_DM 0x04 /* Date mode, 1 = binary, 0 = BCD */ macro
|
H A D | todm5819.h | 86 #define RTC_DM 0x04 /* Date mode, 1 = binary, 0 = BCD */ macro
|
H A D | todds1287.h | 108 #define RTC_DM 0x04 /* Date mode, 1 = binary, 0 = BCD */ macro
|
/titanic_41/usr/src/uts/sun4u/io/ |
H A D | todm5819.c | 84 RTC_PUT8(RTC_B, (RTC_DM | RTC_HM)); in _init()
|
H A D | todm5819p_rmc.c | 91 M5819P_DATA_REG = (RTC_DM | RTC_HM); in _init()
|
H A D | todblade.c | 92 RTC_PUT8(RTC_B, (RTC_DM | RTC_HM)); in _init()
|
H A D | todds1287.c | 213 DS1287_DATA_REG = (RTC_DM | RTC_HM); in _init()
|