Home
last modified time | relevance | path

Searched refs:WTCSR_TME (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/sh/include/cpu-sh3/cpu/
H A Dwatchdog.h15 #define WTCSR_TME 0x80 macro
/openbmc/linux/arch/sh/include/cpu-sh4/cpu/
H A Dwatchdog.h34 #define WTCSR_TME 0x80 macro
/openbmc/linux/arch/sh/include/cpu-sh2/cpu/
H A Dwatchdog.h29 #define WTCSR_TME 0x20 macro
/openbmc/linux/drivers/watchdog/
H A Dshwdt.c110 csr |= WTCSR_TME; in sh_wdt_start()
135 csr &= ~WTCSR_TME; in sh_wdt_stop()
/openbmc/linux/arch/sh/boards/mach-hp6xx/
H A Dpm.c48 csr &= ~WTCSR_TME; in pm_enter()