Searched refs:ichwd_write_tco_2 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/sys/dev/ichwd/
H A Dichwd.c249 #define ichwd_write_tco_2(sc, off, val) \ macro
307 ichwd_write_tco_2(sc, TCO1_STS, TCO_TIMEOUT);
312 ichwd_write_tco_2(sc, TCO2_STS, TCO_SECOND_TO_STS);
313 ichwd_write_tco_2(sc, TCO2_STS, TCO_BOOT_STS);
328 ichwd_write_tco_2(sc, TCO1_CNT, cnt & ~TCO_TMR_HALT);
342 ichwd_write_tco_2(sc, TCO1_CNT, cnt | TCO_TMR_HALT);
358 ichwd_write_tco_2(sc, TCO_RLD, 1);
387 ichwd_write_tco_2(sc, TCO_TMR2, tmr_val16);

Completed in 92 milliseconds