Home
last modified time | relevance | path

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

/openbsd/sys/arch/armv7/exynos/
H A Dexdog.c44 #define WTCON_PRESCALER(x) (((x) & 0xff) << 8) macro
126 wtcon |= WTCON_PRESCALER(0xff); in exdog_reset()