Searched refs:WDT_OK_TO_CLOSE (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/watchdog/ |
H A D | m54xx_wdt.c | 41 #define WDT_OK_TO_CLOSE 1 macro 85 clear_bit(WDT_OK_TO_CLOSE, &wdt_status); in m54xx_wdt_open() 97 clear_bit(WDT_OK_TO_CLOSE, &wdt_status); in m54xx_wdt_write() 105 set_bit(WDT_OK_TO_CLOSE, &wdt_status); in m54xx_wdt_write() 167 if (test_bit(WDT_OK_TO_CLOSE, &wdt_status)) in m54xx_wdt_release() 174 clear_bit(WDT_OK_TO_CLOSE, &wdt_status); in m54xx_wdt_release()
|
H A D | sbc_fitpc2_wdt.c | 33 #define WDT_OK_TO_CLOSE 1 macro 72 clear_bit(WDT_OK_TO_CLOSE, &wdt_status); in fitpc2_wdt_open() 92 clear_bit(WDT_OK_TO_CLOSE, &wdt_status); in fitpc2_wdt_write() 101 set_bit(WDT_OK_TO_CLOSE, &wdt_status); in fitpc2_wdt_write() 167 if (test_bit(WDT_OK_TO_CLOSE, &wdt_status)) { in fitpc2_wdt_release() 176 clear_bit(WDT_OK_TO_CLOSE, &wdt_status); in fitpc2_wdt_release()
|