Searched refs:S3C2410_WTCON_ENABLE (Results 1 – 2 of 2) sorted by relevance
21 #define S3C2410_WTCON_ENABLE (1 << 5) macro49 __raw_writel(S3C2410_WTCON_ENABLE | S3C2410_WTCON_DIV16 | in samsung_wdt_reset()
49 #define S3C2410_WTCON_ENABLE (1 << 5) macro257 wtcon &= ~(S3C2410_WTCON_ENABLE | S3C2410_WTCON_RSTEN); in __s3c2410wdt_stop()282 wtcon |= S3C2410_WTCON_ENABLE | S3C2410_WTCON_DIV128; in s3c2410wdt_start()305 return readl(wdt->reg_base + S3C2410_WTCON) & S3C2410_WTCON_ENABLE; in s3c2410wdt_is_running()373 writel(S3C2410_WTCON_ENABLE | S3C2410_WTCON_DIV16 | in s3c2410wdt_restart()647 (wtcon & S3C2410_WTCON_ENABLE) ? "" : "in", in s3c2410wdt_probe()729 (wdt->wtcon_save & S3C2410_WTCON_ENABLE) ? "en" : "dis"); in s3c2410wdt_resume()