Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/watchdog/
Dsbc7240_wdt.c54 #define SBC7240_ENABLED_STATUS_BIT 1 macro
65 if (test_and_clear_bit(SBC7240_ENABLED_STATUS_BIT, &wdt_status)) { in wdt_disable()
74 if (!test_and_set_bit(SBC7240_ENABLED_STATUS_BIT, &wdt_status)) { in wdt_enable()
96 if (test_bit(SBC7240_ENABLED_STATUS_BIT, &wdt_status)) in wdt_keepalive()