Home
last modified time | relevance | path

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

/openbmc/linux/drivers/watchdog/
H A Ds3c2410_wdt.c48 #define S3C2410_WTCON_PRESCALE(x) ((x) << 8) macro
484 wtcon |= S3C2410_WTCON_PRESCALE(divisor-1); in s3c2410wdt_set_heartbeat()
509 S3C2410_WTCON_RSTEN | S3C2410_WTCON_PRESCALE(0x20), in s3c2410wdt_restart()