Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/watchdog/
Dat91sam9_wdt.h31 #define AT91_WDT_WDRSTEN BIT(13) /* Reset Processor */ macro
Dat91sam9_wdt.c299 wdt->mr |= AT91_WDT_WDRSTEN; in of_at91wdt_init()
337 wdt->mr = (WDT_HW_TIMEOUT * 256) | AT91_WDT_WDRSTEN | AT91_WDT_WDD | in at91wdt_probe()
Dsama5d4_wdt.c243 wdt->mr |= AT91_WDT_WDRSTEN; in sama5d4_wdt_init()