Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/watchdog/
Dshwdt.c68 static int clock_division_ratio = WTCSR_CKS_4096;
317 clock_division_ratio = WTCSR_CKS_4096; in sh_wdt_init()
341 "to 0x7 (5.25ms). (default=" __MODULE_STRING(WTCSR_CKS_4096) ")");
/linux-4.1.27/arch/sh/include/asm/
Dwatchdog.h64 #define WTCSR_CKS_4096 0x07 macro
/linux-4.1.27/arch/sh/boards/mach-hp6xx/
Dpm.c51 csr |= WTCSR_CKS_4096; in pm_enter()