Home
last modified time | relevance | path

Searched refs:WTCSR_CKS_4096 (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/watchdog/
H A Dshwdt.c64 static int clock_division_ratio = WTCSR_CKS_4096;
308 clock_division_ratio = WTCSR_CKS_4096; in sh_wdt_init()
332 "to 0x7 (5.25ms). (default=" __MODULE_STRING(WTCSR_CKS_4096) ")");
/openbmc/linux/arch/sh/include/asm/
H A Dwatchdog.h59 #define WTCSR_CKS_4096 0x07 macro
/openbmc/linux/arch/sh/boards/mach-hp6xx/
H A Dpm.c49 csr |= WTCSR_CKS_4096; in pm_enter()