HomeSort by: relevance | last modified time | path
    Searched defs:wdog_wr_csr (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/sh3/dev/
wdog.c 93 wdog_wr_csr(unsigned char x) function in typeref:typename:void
124 wdog_wr_csr(WTCSR_WT | WTCSR_CKS_4096); /* default to wt mode */
175 wdog_wr_csr(SHREG_WTCSR_R | WTCSR_WT);
178 wdog_wr_csr(SHREG_WTCSR_R & ~WTCSR_WT);
189 wdog_wr_csr(WTCSR_WT | WTCSR_CKS_4096);
191 wdog_wr_csr(SHREG_WTCSR_R | WTCSR_TME); /* start!!! */
194 wdog_wr_csr(SHREG_WTCSR_R & ~WTCSR_TME); /* stop */
217 wdog_wr_csr(SHREG_WTCSR_R & ~WTCSR_IOVF); /* clear overflow bit */

Completed in 10 milliseconds