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

/netbsd-6-1-5-RELEASE/sys/arch/sh3/include/
H A Dwdogvar.h20 extern void wdog_wr_csr(unsigned char);
/netbsd-6-1-5-RELEASE/sys/arch/sh3/dev/
H A Dwdog.c84 wdog_wr_csr(unsigned char x) function
115 wdog_wr_csr(WTCSR_WT | WTCSR_CKS_4096); /* default to wt mode */
166 wdog_wr_csr(SHREG_WTCSR_R | WTCSR_WT);
169 wdog_wr_csr(SHREG_WTCSR_R & ~WTCSR_WT);
180 wdog_wr_csr(WTCSR_WT | WTCSR_CKS_4096);
182 wdog_wr_csr(SHREG_WTCSR_R | WTCSR_TME); /* start!!! */
185 wdog_wr_csr(SHREG_WTCSR_R & ~WTCSR_TME); /* stop */
208 wdog_wr_csr(SHREG_WTCSR_R & ~WTCSR_IOVF); /* clear overflow bit */

Completed in 108 milliseconds