Home
last modified time | relevance | path

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

/openbmc/linux/arch/sh/include/cpu-sh3/cpu/
H A Dwatchdog.h19 #define WTCSR_IOVF 0x08 macro
/openbmc/linux/arch/sh/include/cpu-sh4/cpu/
H A Dwatchdog.h38 #define WTCSR_IOVF 0x08 macro
/openbmc/linux/arch/sh/include/cpu-sh2/cpu/
H A Dwatchdog.h27 #define WTCSR_IOVF 0x80 macro
/openbmc/linux/drivers/watchdog/
H A Dshwdt.c184 csr &= ~WTCSR_IOVF; in sh_wdt_ping()