wdog_wr_csr
wdog_wr_csr(WTCSR_WT | WTCSR_CKS_4096); /* default to wt mode */
wdog_wr_csr(SHREG_WTCSR_R | WTCSR_WT);
wdog_wr_csr(SHREG_WTCSR_R & ~WTCSR_WT);
wdog_wr_csr(WTCSR_WT | WTCSR_CKS_4096);
wdog_wr_csr(SHREG_WTCSR_R | WTCSR_TME); /* start!!! */
wdog_wr_csr(SHREG_WTCSR_R & ~WTCSR_TME); /* stop */
wdog_wr_csr(SHREG_WTCSR_R & ~WTCSR_IOVF); /* clear overflow bit */
extern void wdog_wr_csr(unsigned char);