/titanic_41/usr/src/uts/sun4u/io/ |
H A D | todm5819.c | 64 static todinfo_t rtc_to_tod(struct rtc_t *); 65 static uint_t read_rtc(struct rtc_t *); 66 static void write_rtc_time(struct rtc_t *); 67 static void write_rtc_alarm(struct rtc_t *); 144 struct rtc_t rtc; in todm5819_get() 177 rtc_to_tod(struct rtc_t *rtc) in rtc_to_tod() 197 read_rtc(struct rtc_t *rtc) in read_rtc() 245 struct rtc_t rtc; in todm5819_set() 268 write_rtc_time(struct rtc_t *rtc) in write_rtc_time() 322 write_rtc_alarm(struct rtc_t *rtc) in write_rtc_alarm() [all …]
|
H A D | todm5819p_rmc.c | 80 static todinfo_t rtc_to_tod(struct rtc_t *); 81 static void read_rtc(struct rtc_t *); 82 static void write_rtc_time(struct rtc_t *); 83 static void write_rtc_alarm(struct rtc_t *); 142 struct rtc_t rtc; in todm5819p_rmc_get() 192 rtc_to_tod(struct rtc_t *rtc) in rtc_to_tod() 212 read_rtc(struct rtc_t *rtc) in read_rtc() 249 struct rtc_t rtc; in todm5819p_rmc_set() 285 write_rtc_time(struct rtc_t *rtc) in write_rtc_time() 345 write_rtc_alarm(struct rtc_t *rtc) in write_rtc_alarm() [all …]
|
H A D | todbq4802.c | 94 static void read_rtc(struct rtc_t *); 95 static void write_rtc_time(struct rtc_t *); 96 static void write_rtc_alarm(struct rtc_t *); 166 struct rtc_t rtc; in todbq4802_get() 212 read_rtc(struct rtc_t *rtc) in read_rtc() 248 struct rtc_t rtc; in todbq4802_set() 279 write_rtc_time(struct rtc_t *rtc) in write_rtc_time() 305 write_rtc_alarm(struct rtc_t *rtc) in write_rtc_alarm() 321 struct rtc_t rtc; in todbq4802_set_power_alarm()
|
H A D | todblade.c | 54 static todinfo_t rtc_to_tod(struct rtc_t *); 55 static uint_t read_rtc(struct rtc_t *); 56 static void write_rtc_time(struct rtc_t *); 141 struct rtc_t rtc; in todbl_get() 202 rtc_to_tod(struct rtc_t *rtc) in rtc_to_tod() 223 read_rtc(struct rtc_t *rtc) in read_rtc() 271 struct rtc_t rtc; in todbl_set() 314 write_rtc_time(struct rtc_t *rtc) in write_rtc_time()
|
H A D | todds1337.c | 72 static int todds1337_prom_getdate(struct rtc_t *rtc); 73 static int todds1337_prom_setdate(struct rtc_t *rtc); 78 static int todds1337_read_rtc(struct rtc_t *); 79 static int todds1337_write_rtc(struct rtc_t *); 93 static struct rtc_t soft_rtc; 221 (void) todds1337_read_rtc((struct rtc_t *)arg); in todds1337_cyclic() 397 struct rtc_t rtc; in todds1337_get() 442 struct rtc_t rtc; in todds1337_set() 733 todds1337_read_rtc(struct rtc_t *rtc) in todds1337_read_rtc() 823 todds1337_write_rtc(struct rtc_t *rtc) in todds1337_write_rtc() [all …]
|
H A D | todds1287.c | 101 static void read_rtc(struct rtc_t *); 102 static void write_rtc_time(struct rtc_t *); 103 static void write_rtc_alarm(struct rtc_t *); 826 struct rtc_t rtc; in todds_get() 862 read_rtc(struct rtc_t *rtc) in read_rtc() 951 struct rtc_t rtc; in todds_set() 974 write_rtc_time(struct rtc_t *rtc) in write_rtc_time() 1034 write_rtc_alarm(struct rtc_t *rtc) in write_rtc_alarm() 1073 struct rtc_t rtc; in todds_set_power_alarm()
|
/titanic_41/usr/src/uts/i86pc/io/ |
H A D | todpc_subr.c | 132 struct rtc_t rtc; in todpc_set() 173 struct rtc_t rtc; in todpc_get() 235 struct rtc_t rtc; in todpc_setalarm() 381 ((struct rtc_t *)buf)->rtc_century = inb(RTC_DATA); in todpc_rtcget() 385 ((struct rtc_t *)buf)->rtc_adom = inb(RTC_DATA) & 0x3f; in todpc_rtcget() 389 ((struct rtc_t *)buf)->rtc_amon = inb(RTC_DATA); in todpc_rtcget() 394 if (reg != ((struct rtc_t *)buf)->rtc_sec || in todpc_rtcget() 395 (((struct rtc_t *)buf)->rtc_statusa & RTC_UIP)) in todpc_rtcget() 431 outb(RTC_DATA, ((struct rtc_t *)buf)->rtc_century); in todpc_rtcput() 437 tmp |= ((struct rtc_t *)buf)->rtc_adom & ~RTC_VRT; in todpc_rtcput() [all …]
|
/titanic_41/usr/src/uts/sun4u/snowbird/io/todds1307/ |
H A D | todds1307.c | 74 static int todds1307_prom_getdate(struct rtc_t *rtc); 75 static int todds1307_prom_setdate(struct rtc_t *rtc); 80 static int todds1307_read_rtc(struct rtc_t *); 81 static int todds1307_write_rtc(struct rtc_t *); 94 static struct rtc_t soft_rtc; 224 (void) todds1307_read_rtc((struct rtc_t *)arg); in todds1307_cyclic() 375 struct rtc_t rtc; in todds1307_get() 420 struct rtc_t rtc; in todds1307_set() 482 todds1307_read_rtc(struct rtc_t *rtc) in todds1307_read_rtc() 574 todds1307_write_rtc(struct rtc_t *rtc) in todds1307_write_rtc() [all …]
|
/titanic_41/usr/src/uts/sun4u/snowbird/sys/ |
H A D | todds1307.h | 44 struct rtc_t { struct 87 struct rtc_t rtc;
|
/titanic_41/usr/src/uts/sun4u/sys/ |
H A D | todds1337.h | 44 struct rtc_t { struct 117 struct rtc_t rtc;
|
H A D | todbq4802.h | 98 struct rtc_t { struct
|
H A D | todm5819p.h | 113 struct rtc_t { struct
|
H A D | todm5819.h | 138 struct rtc_t { struct
|
H A D | todds1287.h | 158 struct rtc_t { struct
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | rtc.h | 104 struct rtc_t { /* registers 0x0 to 0xD, 0x32 */ struct
|
/titanic_41/usr/src/uts/common/inet/ |
H A D | ip.h | 1318 } rtc_t; typedef 1328 rtc_t *); 3260 ip_recv_attr_t *, rtc_t *); 3262 ip_recv_attr_t *, rtc_t *); 3264 ip_recv_attr_t *, rtc_t *); 3266 ip_recv_attr_t *, rtc_t *);
|
/titanic_41/usr/src/uts/common/inet/ip/ |
H A D | ip6_input.c | 200 rtc_t rtc; in ip_input_common_v6() 409 ip_recv_attr_t *ira, rtc_t *rtc) in ill_input_full_v6() 515 ip_recv_attr_t *ira, rtc_t *rtc) in ill_input_short_v6()
|
H A D | ip_input.c | 203 rtc_t rtc; in ip_input_common_v4() 426 ip_recv_attr_t *ira, rtc_t *rtc) in ill_input_full_v4() 557 ip_recv_attr_t *ira, rtc_t *rtc) in ill_input_short_v4()
|
H A D | ip_output.c | 2054 rtc_t rtc; in ip_postfrag_loopback()
|