Searched refs:WDT_OK_TO_CLOSE (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/watchdog/
H A Dep93xx_wdt.c50 #define WDT_OK_TO_CLOSE 1 macro
99 clear_bit(WDT_OK_TO_CLOSE, &wdt_status);
118 clear_bit(WDT_OK_TO_CLOSE, &wdt_status);
127 set_bit(WDT_OK_TO_CLOSE, &wdt_status);
129 clear_bit(WDT_OK_TO_CLOSE, &wdt_status);
178 if (test_bit(WDT_OK_TO_CLOSE, &wdt_status))
185 clear_bit(WDT_OK_TO_CLOSE, &wdt_status);
H A Dixp2000_wdt.c37 #define WDT_OK_TO_CLOSE 1 macro
68 clear_bit(WDT_OK_TO_CLOSE, &wdt_status);
82 clear_bit(WDT_OK_TO_CLOSE, &wdt_status);
90 set_bit(WDT_OK_TO_CLOSE, &wdt_status);
157 if (test_bit(WDT_OK_TO_CLOSE, &wdt_status)) {
165 clear_bit(WDT_OK_TO_CLOSE, &wdt_status);
H A Dixp4xx_wdt.c37 #define WDT_OK_TO_CLOSE 1 macro
63 clear_bit(WDT_OK_TO_CLOSE, &wdt_status);
77 clear_bit(WDT_OK_TO_CLOSE, &wdt_status);
85 set_bit(WDT_OK_TO_CLOSE, &wdt_status);
151 if (test_bit(WDT_OK_TO_CLOSE, &wdt_status)) {
159 clear_bit(WDT_OK_TO_CLOSE, &wdt_status);
H A Dpnx4008_wdt.c86 #define WDT_OK_TO_CLOSE 1 macro
140 clear_bit(WDT_OK_TO_CLOSE, &wdt_status);
159 clear_bit(WDT_OK_TO_CLOSE, &wdt_status);
167 set_bit(WDT_OK_TO_CLOSE, &wdt_status);
231 if (!test_bit(WDT_OK_TO_CLOSE, &wdt_status))
236 clear_bit(WDT_OK_TO_CLOSE, &wdt_status);

Completed in 53 milliseconds