Home
last modified time | relevance | path

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

/Linux-v4.19/arch/sh/include/cpu-sh3/cpu/
Dwatchdog.h18 #define WTCSR_TME 0x80 macro
/Linux-v4.19/arch/sh/include/cpu-sh4/cpu/
Dwatchdog.h37 #define WTCSR_TME 0x80 macro
/Linux-v4.19/arch/sh/include/cpu-sh2/cpu/
Dwatchdog.h32 #define WTCSR_TME 0x20 macro
/Linux-v4.19/drivers/watchdog/
Dshwdt.c114 csr |= WTCSR_TME; in sh_wdt_start()
139 csr &= ~WTCSR_TME; in sh_wdt_stop()
/Linux-v4.19/arch/sh/boards/mach-hp6xx/
Dpm.c50 csr &= ~WTCSR_TME; in pm_enter()