Home
last modified time | relevance | path

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

/drivers/watchdog/
Ddiag288_wdt.c109 #define DIAG_WDOG_BUSY 0 macro
118 if (test_and_set_bit(DIAG_WDOG_BUSY, &wdt_status)) in wdt_start()
126 clear_bit(DIAG_WDOG_BUSY, &wdt_status); in wdt_start()
145 clear_bit(DIAG_WDOG_BUSY, &wdt_status); in wdt_start()
158 clear_bit(DIAG_WDOG_BUSY, &wdt_status); in wdt_stop()
237 if (test_and_set_bit(DIAG_WDOG_BUSY, &wdt_status)) { in wdt_suspend()
246 clear_bit(DIAG_WDOG_BUSY, &wdt_status); in wdt_resume()