Home
last modified time | relevance | path

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

/drivers/watchdog/
Dat91rm9200_wdt.c51 static unsigned long at91wdt_busy; variable
109 if (test_and_set_bit(0, &at91wdt_busy)) in at91_wdt_open()
127 clear_bit(0, &at91wdt_busy); in at91_wdt_close()
290 if (at91wdt_busy) in at91wdt_resume()