Searched refs:tod_buf (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/sun4u/io/ |
H A D | todsg.c | 180 tod_iosram_t tod_buf; in update_heartbeat() local 188 if (iosram_write(SBBC_TOD_KEY, OFFSET(tod_buf, tod_i_am_alive), in update_heartbeat() 200 tod_iosram_t tod_buf; in verify_sc_tod_version() local 209 if (iosram_read(SBBC_TOD_KEY, OFFSET(tod_buf, tod_magic), in verify_sc_tod_version() 216 if (iosram_read(SBBC_TOD_KEY, OFFSET(tod_buf, tod_version), in verify_sc_tod_version() 239 tod_iosram_t tod_buf; in update_tod_skew() local 244 if (iosram_read(SBBC_TOD_KEY, OFFSET(tod_buf, tod_domain_skew), in update_tod_skew() 254 OFFSET(tod_buf, tod_domain_skew), (char *)&domain_skew, in update_tod_skew() 272 tod_iosram_t tod_buf; in todsg_get() local 287 OFFSET(tod_buf, tod_get_value), (char *)&seconds, in todsg_get() [all …]
|
/titanic_50/usr/src/uts/sun4u/lw8/io/ |
H A D | ntwdt.c | 1918 tod_iosram_t tod_buf; in ntwdt_pat_hw_watchdog() local 1933 if (iosram_write(SBBC_TOD_KEY, OFFSET(tod_buf, tod_i_am_alive), in ntwdt_pat_hw_watchdog() 1953 tod_iosram_t tod_buf; in ntwdt_set_hw_timeout() local 1956 rv = iosram_write(SBBC_TOD_KEY, OFFSET(tod_buf, tod_timeout_period), in ntwdt_set_hw_timeout()
|