Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/watchdog/
Dat91sam9_wdt.h24 #define AT91_WDT_WDRSTEN (1 << 13) /* Reset Processor */ macro
Dat91sam9_wdt.c299 wdt->mr |= AT91_WDT_WDRSTEN; in of_at91wdt_init()
338 wdt->mr = (WDT_HW_TIMEOUT * 256) | AT91_WDT_WDRSTEN | AT91_WDT_WDD | in at91wdt_probe()
Dsama5d4_wdt.c169 wdt->mr |= AT91_WDT_WDRSTEN; in of_sama5d4_wdt_init()