Home
last modified time | relevance | path

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

/linux-4.1.27/arch/sh/include/cpu-sh3/cpu/
Dwatchdog.h19 #define WTCSR_WT 0x40 macro
/linux-4.1.27/arch/sh/include/cpu-sh4/cpu/
Dwatchdog.h38 #define WTCSR_WT 0x40 macro
/linux-4.1.27/arch/sh/include/cpu-sh2/cpu/
Dwatchdog.h31 #define WTCSR_WT 0x40 macro
/linux-4.1.27/drivers/watchdog/
Dshwdt.c100 csr |= WTCSR_WT | clock_division_ratio; in sh_wdt_start()