Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/include/mach/
H A Dwatchdog.h23 #define WTCON_PRESCALER(x) ((x) << WTCON_PRE_OFFSET) macro
/OK3568_Linux_fs/u-boot/arch/arm/mach-s5pc1xx/include/mach/
H A Dwatchdog.h24 #define WTCON_PRESCALER(x) ((x) << WTCON_PRE_OFFSET) macro
/OK3568_Linux_fs/u-boot/drivers/watchdog/
H A Ds5p_wdt.c38 wtcon |= WTCON_PRESCALER(PRESCALER_VAL); in wdt_start()