Searched refs:S3C2410_WTCON_RSTEN (Results 1 – 1 of 1) sorted by relevance
38 #define S3C2410_WTCON_RSTEN (1 << 0) macro248 wtcon &= ~(S3C2410_WTCON_ENABLE | S3C2410_WTCON_RSTEN); in __s3c2410wdt_stop()277 wtcon &= ~S3C2410_WTCON_RSTEN; in s3c2410wdt_start()280 wtcon |= S3C2410_WTCON_RSTEN; in s3c2410wdt_start()365 S3C2410_WTCON_RSTEN | S3C2410_WTCON_PRESCALE(0x20), in s3c2410wdt_restart()635 (wtcon & S3C2410_WTCON_RSTEN) ? "en" : "dis", in s3c2410wdt_probe()