Home
last modified time | relevance | path

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

/openbmc/linux/drivers/watchdog/
H A Dm54xx_wdt.c41 #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 Dsbc_fitpc2_wdt.c33 #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()