tod_ops
ts = TODOP_GET(tod_ops);
ts = TODOP_GET(tod_ops);
TODOP_SET(tod_ops, ts);
ts = TODOP_GET(tod_ops);
TODOP_SETWAKE(tod_ops, acpi_rtc_wake);
extern tod_ops_t *tod_ops;
tod_ops_t *tod_ops = &todpc_ops;
extern tod_ops_t *tod_ops;
tsc_saved_ts = TODOP_GET(tod_ops);
ts = TODOP_GET(tod_ops);
struct tod_ops;
typedef struct tod_ops tod_ops_t;
struct tod_ops *tod_next;
extern tod_ops_t *tod_ops;
if (tod_ops->tod_version != todxen_ops.tod_version)
todxen_ops.tod_next = tod_ops;
tod_ops = &todxen_ops;
tod_ops.tod_clear_power_alarm();
tod_ops.tod_set_power_alarm(ts);
ts = tod_ops.tod_get();
tod_ops.tod_set_power_alarm = dummy_todm5823_set_power_alarm;
tod_ops.tod_clear_power_alarm = dummy_todm5823_clear_power_alarm;
if (tod_ops.tod_get_cpufrequency != NULL) {
sys_tick_freq = tod_ops.tod_get_cpufrequency();
timestruc_t ts = tod_ops.tod_get();
tod_ops.tod_set(ts);
struct tod_ops tod_ops;
ret = tod_ops.tod_set_watchdog_timer(watchdog_timeout_seconds);
tod_ops.tod_set_watchdog_timer = pmc_set_watchdog_timer;
tod_ops.tod_clear_watchdog_timer = pmc_clear_watchdog_timer;
ret = tod_ops.tod_set_watchdog_timer(wd_timout);
(void) tod_ops.tod_clear_watchdog_timer();
if (watchdog_enable && tod_ops.tod_set_watchdog_timer != NULL &&
(void) tod_ops.tod_set_watchdog_timer(0);
tod_ops.tod_clear_watchdog_timer != NULL) {
(void) tod_ops.tod_clear_watchdog_timer();
tod_ops.tod_set_watchdog_timer = rmc_set_watchdog_timer;
tod_ops.tod_clear_watchdog_timer = rmc_clear_watchdog_timer;
if (watchdog_enable && tod_ops.tod_set_watchdog_timer != NULL)
err = tod_ops.tod_set_watchdog_timer(0);
tod_ops.tod_get = todbq4802_get;
tod_ops.tod_set = todbq4802_set;
tod_ops.tod_set_watchdog_timer =
tod_ops.tod_clear_watchdog_timer =
tod_ops.tod_set_power_alarm = todbq4802_set_power_alarm;
tod_ops.tod_clear_power_alarm = todbq4802_clear_power_alarm;
tod_ops.tod_get_cpufrequency = todbq4802_get_cpufrequency;
tod_ops.tod_get = todds_get;
tod_ops.tod_set = todds_set;
tod_ops.tod_set_watchdog_timer = todds_set_watchdog_timer;
tod_ops.tod_clear_watchdog_timer = todds_clear_watchdog_timer;
tod_ops.tod_set_power_alarm = todds_set_power_alarm;
tod_ops.tod_clear_power_alarm = todds_clear_power_alarm;
tod_ops.tod_get_cpufrequency = todds_get_cpufrequency;
ret = tod_ops.tod_set_watchdog_timer(watchdog_timeout_seconds);
tod_ops.tod_get = todds1337_get;
tod_ops.tod_set = todds1337_set;
tod_ops.tod_set_watchdog_timer = todds1337_set_watchdog_timer;
tod_ops.tod_clear_watchdog_timer =
tod_ops.tod_set_power_alarm = todds1337_set_power_alarm;
tod_ops.tod_clear_power_alarm = todds1337_clear_power_alarm;
tod_ops.tod_get = todm5819_get;
tod_ops.tod_set = todm5819_set;
tod_ops.tod_set_watchdog_timer = todm5819_set_watchdog_timer;
tod_ops.tod_clear_watchdog_timer =
tod_ops.tod_set_power_alarm = todm5819_set_power_alarm;
tod_ops.tod_clear_power_alarm = todm5819_clear_power_alarm;
tod_ops.tod_get_cpufrequency = todm5819_get_cpufrequency;
tod_ops.tod_set_power_alarm = todm5819p_rmc_set_power_alarm;
tod_ops.tod_clear_power_alarm = todm5819p_rmc_clear_power_alarm;
tod_ops.tod_get_cpufrequency = todm5819p_rmc_get_cpufrequency;
ret = tod_ops.tod_set_watchdog_timer(0);
tod_ops.tod_get = todm5819p_rmc_get;
tod_ops.tod_set = todm5819p_rmc_set;
tod_ops.tod_set_watchdog_timer =
tod_ops.tod_clear_watchdog_timer =
tod_ops.tod_get = todm_get;
tod_ops.tod_set = todm_set;
tod_ops.tod_set_watchdog_timer = todm_set_watchdog_timer;
tod_ops.tod_clear_watchdog_timer = todm_clear_watchdog_timer;
tod_ops.tod_set_power_alarm = todm_set_power_alarm;
tod_ops.tod_clear_power_alarm = todm_clear_power_alarm;
tod_ops.tod_get_cpufrequency = todm_get_cpufrequency;
tod_ops.tod_get = todopl_get;
tod_ops.tod_set = todopl_set;
tod_ops.tod_set_watchdog_timer = todopl_set_watchdog_timer;
tod_ops.tod_clear_watchdog_timer = todopl_clear_watchdog_timer;
tod_ops.tod_set_power_alarm = todopl_set_power_alarm;
tod_ops.tod_clear_power_alarm = todopl_clear_power_alarm;
tod_ops.tod_get_cpufrequency = todopl_get_cpufrequency;
tod_ops.tod_get = todsg_get;
tod_ops.tod_set = todsg_set;
tod_ops.tod_set_watchdog_timer = todsg_set_watchdog_timer;
tod_ops.tod_clear_watchdog_timer = todsg_clear_watchdog_timer;
tod_ops.tod_set_power_alarm = todsg_set_power_alarm;
tod_ops.tod_clear_power_alarm = todsg_clear_power_alarm;
tod_ops.tod_get_cpufrequency = todsg_get_cpufrequency;
ret = tod_ops.tod_set_watchdog_timer(watchdog_timeout_seconds);
tod_ops.tod_set_watchdog_timer(
tod_ops.tod_clear_watchdog_timer();
(void) tod_ops.tod_clear_watchdog_timer();
(void) tod_ops.tod_clear_watchdog_timer();
(void) tod_ops.tod_clear_watchdog_timer();
(void) tod_ops.tod_set_watchdog_timer(watchdog_timeout_seconds);
(void) tod_ops.tod_clear_watchdog_timer();
tod_ops.tod_set_power_alarm = dummy_todm5823_set_power_alarm;
tod_ops.tod_clear_power_alarm = dummy_todm5823_clear_power_alarm;
tod_ops.tod_set_watchdog_timer(
saved_watchdog_seconds = tod_ops.tod_clear_watchdog_timer();
ret = tod_ops.tod_set_watchdog_timer(watchdog_timeout_seconds);
(void) tod_ops.tod_set_watchdog_timer(
(void) tod_ops.tod_clear_watchdog_timer();
extern struct tod_ops tod_ops;