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

/linux-4.1.27/arch/arm/plat-samsung/
H A Dwatchdog-reset.c29 #define S3C2410_WTCON_PRESCALE(x) ((x) << 8) macro
55 S3C2410_WTCON_RSTEN | S3C2410_WTCON_PRESCALE(0x20), samsung_wdt_reset()
/linux-4.1.27/drivers/watchdog/
H A Ds3c2410_wdt.c60 #define S3C2410_WTCON_PRESCALE(x) ((x) << 8) macro
344 wtcon |= S3C2410_WTCON_PRESCALE(divisor-1); s3c2410wdt_set_heartbeat()
471 S3C2410_WTCON_RSTEN | S3C2410_WTCON_PRESCALE(0x20), s3c2410wdt_restart()

Completed in 75 milliseconds