Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/watchdog/
Dsama5d4_wdt.c48 #define wdt_enabled (!(wdt->mr & AT91_WDT_WDDIS))
81 wdt->mr &= ~AT91_WDT_WDDIS; in sama5d4_wdt_start()
91 wdt->mr |= AT91_WDT_WDDIS; in sama5d4_wdt_stop()
123 wdt_write(wdt, AT91_WDT_MR, wdt->mr & ~AT91_WDT_WDDIS); in sama5d4_wdt_set_timeout()
160 wdt->mr = AT91_WDT_WDDIS; in of_sama5d4_wdt_init()
190 if (!(reg & AT91_WDT_WDDIS)) in sama5d4_wdt_init()
192 reg | AT91_WDT_WDDIS); in sama5d4_wdt_init()
Dat91sam9_wdt.c171 if (tmp & AT91_WDT_WDDIS) { in at91_wdt_init()
172 if (wdt->mr & AT91_WDT_WDDIS) in at91_wdt_init()
307 wdt->mr |= AT91_WDT_WDDIS; in of_at91wdt_init()
308 wdt->mr_mask &= AT91_WDT_WDDIS; in of_at91wdt_init()
Dat91sam9_wdt.h26 #define AT91_WDT_WDDIS (1 << 15) /* Watchdog Disable */ macro