Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-exynos/include/mach/
H A Dwatchdog.h19 #define WTCON_CLK_128 0x3 macro
/openbmc/u-boot/arch/arm/mach-s5pc1xx/include/mach/
H A Dwatchdog.h20 #define WTCON_CLK_128 0x3 macro
/openbmc/u-boot/drivers/watchdog/
H A Ds5p_wdt.c34 wtcon |= (WTCON_EN | WTCON_CLK(WTCON_CLK_128)); in wdt_start()