Home
last modified time | relevance | path

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

/drivers/watchdog/
Ddiag288_wdt.c111 #define DIAG_WDOG_BUSY 0 macro
120 if (test_and_set_bit(DIAG_WDOG_BUSY, &wdt_status)) in wdt_start()
128 clear_bit(DIAG_WDOG_BUSY, &wdt_status); in wdt_start()
147 clear_bit(DIAG_WDOG_BUSY, &wdt_status); in wdt_start()
160 clear_bit(DIAG_WDOG_BUSY, &wdt_status); in wdt_stop()
239 if (test_and_set_bit(DIAG_WDOG_BUSY, &wdt_status)) { in wdt_suspend()
248 clear_bit(DIAG_WDOG_BUSY, &wdt_status); in wdt_resume()