Home
last modified time | relevance | path

Searched refs:WTCSR_IOVF (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/arch/sh/include/cpu-sh3/cpu/
Dwatchdog.h22 #define WTCSR_IOVF 0x08 macro
/linux-4.1.27/arch/sh/include/cpu-sh4/cpu/
Dwatchdog.h41 #define WTCSR_IOVF 0x08 macro
/linux-4.1.27/arch/sh/include/cpu-sh2/cpu/
Dwatchdog.h30 #define WTCSR_IOVF 0x80 macro
/linux-4.1.27/drivers/watchdog/
Dshwdt.c188 csr &= ~WTCSR_IOVF; in sh_wdt_ping()