Home
last modified time | relevance | path

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

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