Home
last modified time | relevance | path

Searched refs:action1 (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/picl/plugins/sun4u/snowbird/watchdog/
H A Dpiclwatchdog.h177 uint8_t action1; member
H A Dpiclwatchdog.c1145 state->action1 = buffer[1] & 0xF0; /* most significant 4 bits */ in wd_get_status()
1146 if (state->action1 == 0x0) { in wd_get_status()
1147 state->action1 = WD_ACTION_NONE1; in wd_get_status()
1196 wd_data.wd1_action = state.action1; in wd_set_init_state()
1211 wd_data.wd1_action = (state.action1 << 4); in wd_set_init_state()