Home
last modified time | relevance | path

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

/openbmc/linux/arch/sh/include/cpu-sh3/cpu/
H A Dwatchdog.h16 #define WTCSR_WT 0x40 macro
/openbmc/linux/arch/sh/include/cpu-sh4/cpu/
H A Dwatchdog.h35 #define WTCSR_WT 0x40 macro
/openbmc/linux/arch/sh/include/cpu-sh2/cpu/
H A Dwatchdog.h28 #define WTCSR_WT 0x40 macro
/openbmc/linux/drivers/watchdog/
H A Dshwdt.c96 csr |= WTCSR_WT | clock_division_ratio; in sh_wdt_start()