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

/freebsd-10.2-release/sys/dev/ichwd/
H A Dichwd.c317 * Enable the watchdog timer by clearing the TCO_TMR_HALT bit in the
328 ichwd_write_tco_2(sc, TCO1_CNT, cnt & ~TCO_TMR_HALT);
342 ichwd_write_tco_2(sc, TCO1_CNT, cnt | TCO_TMR_HALT);
H A Dichwd.h269 #define TCO_TMR_HALT 0x0800 /* clear to enable WDT */ macro

Completed in 73 milliseconds