Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/watchdog/
Dsbc7240_wdt.c45 #define SBC7240_ENABLED_STATUS_BIT 1 macro
56 if (test_and_clear_bit(SBC7240_ENABLED_STATUS_BIT, &wdt_status)) { in wdt_disable()
65 if (!test_and_set_bit(SBC7240_ENABLED_STATUS_BIT, &wdt_status)) { in wdt_enable()
87 if (test_bit(SBC7240_ENABLED_STATUS_BIT, &wdt_status)) in wdt_keepalive()