Home
last modified time | relevance | path

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

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