Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/watchdog/
Ds3c2410_wdt.c38 #define S3C2410_WTCON_RSTEN BIT(0) macro
450 wtcon &= ~(S3C2410_WTCON_ENABLE | S3C2410_WTCON_RSTEN); in __s3c2410wdt_stop()
481 wtcon &= ~S3C2410_WTCON_RSTEN; in s3c2410wdt_start()
484 wtcon |= S3C2410_WTCON_RSTEN; in s3c2410wdt_start()
564 S3C2410_WTCON_RSTEN | S3C2410_WTCON_PRESCALE(0x20), in s3c2410wdt_restart()
799 (wtcon & S3C2410_WTCON_RSTEN) ? "en" : "dis", in s3c2410wdt_probe()