Home
last modified time | relevance | path

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

/drivers/watchdog/
Dcpwd.c61 #define WD_STAT_BSTOP 0x02 /* Watchdog timer is brokenstopped */ macro
247 if (p->devs[id].runstatus & WD_STAT_BSTOP) { in cpwd_brokentimer()
279 p->devs[index].runstatus |= WD_STAT_BSTOP; in cpwd_stoptimer()
295 p->devs[index].runstatus &= ~WD_STAT_BSTOP; in cpwd_starttimer()
332 (p->devs[index].runstatus & WD_STAT_BSTOP)) { in cpwd_getstatus()
582 p->devs[i].runstatus &= ~WD_STAT_BSTOP; in cpwd_probe()
628 if (p->devs[i].runstatus & WD_STAT_BSTOP) in cpwd_remove()