Searched refs:AT91_WDT_WDV (Results 1 – 3 of 3) sorted by relevance
25 #define AT91_WDT_WDV (0xfffUL << 0) /* Counter Value */ macro26 #define AT91_WDT_SET_WDV(x) ((x) & AT91_WDT_WDV)
133 wdt->mr &= ~AT91_WDT_WDV; in sama5d4_wdt_set_timeout()
178 value = tmp & AT91_WDT_WDV; in at91_wdt_init()