Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/watchdog/
Dath79_wdt.c65 #define WDT_FLAGS_BUSY 0 macro
128 if (test_and_set_bit(WDT_FLAGS_BUSY, &wdt_flags)) in ath79_wdt_open()
146 clear_bit(WDT_FLAGS_BUSY, &wdt_flags); in ath79_wdt_release()