Searched refs:S3C2410_WTCON_RSTEN (Results 1 – 2 of 2) sorted by relevance
28 #define S3C2410_WTCON_RSTEN (1 << 0) macro55 S3C2410_WTCON_RSTEN | S3C2410_WTCON_PRESCALE(0x20), in samsung_wdt_reset()
51 #define S3C2410_WTCON_RSTEN (1 << 0) macro253 wtcon &= ~(S3C2410_WTCON_ENABLE | S3C2410_WTCON_RSTEN); in __s3c2410wdt_stop()282 wtcon &= ~S3C2410_WTCON_RSTEN; in s3c2410wdt_start()285 wtcon |= S3C2410_WTCON_RSTEN; in s3c2410wdt_start()471 S3C2410_WTCON_RSTEN | S3C2410_WTCON_PRESCALE(0x20), in s3c2410wdt_restart()647 (wtcon & S3C2410_WTCON_RSTEN) ? "en" : "dis", in s3c2410wdt_probe()