Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/picl/plugins/sun4u/snowbird/watchdog/
H A Dpiclwatchdog.c476 uint8_t timeout1[2]; in wd_arm() local
490 timeout1[0] = wd_time1 >> 8; /* MSB */ in wd_arm()
491 timeout1[1] = wd_time1 & 0x00ff; /* LSB */ in wd_arm()
519 wd_time2, timeout1, patting_option); in wd_arm()
1155 state->timeout1[0] = buffer[5]; /* MSB */ in wd_get_status()
1156 state->timeout1[1] = buffer[4]; /* LSB */ in wd_get_status()
1198 tmp1 = state.timeout1[0] << 8; in wd_set_init_state()
1199 tmp2 = state.timeout1[1]; in wd_set_init_state()
1214 tmp1 = state.timeout1[0] << 8; in wd_set_init_state()
1215 tmp2 = state.timeout1[1]; in wd_set_init_state()
[all …]
H A Dpiclwatchdog.h179 uint8_t timeout1[2]; member