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

/linux-master/drivers/watchdog/
H A Dath79_wdt.c62 #define WDT_FLAGS_BUSY 0 macro
125 if (test_and_set_bit(WDT_FLAGS_BUSY, &wdt_flags))
143 clear_bit(WDT_FLAGS_BUSY, &wdt_flags);

Completed in 110 milliseconds