Searched refs:AT91_WDT_WDRSTEN (Results 1 – 3 of 3) sorted by relevance
27 #define AT91_WDT_WDRSTEN (1 << 13) /* Reset Processor */ macro
302 wdt->mr |= AT91_WDT_WDRSTEN; in of_at91wdt_init()341 wdt->mr = (WDT_HW_TIMEOUT * 256) | AT91_WDT_WDRSTEN | AT91_WDT_WDD | in at91wdt_probe()
141 wdt->config |= AT91_WDT_WDRSTEN; in of_sama5d4_wdt_init()