Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/plat-samsung/include/plat/
Dregs-watchdog.h37 #define S3C2410_WTCON_PRESCALE_MASK (0xff00) macro
/linux-3.4.99/drivers/watchdog/
Ds3c2410_wdt.c198 wtcon &= ~S3C2410_WTCON_PRESCALE_MASK; in s3c2410wdt_set_heartbeat()