Home
last modified time | relevance | path

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

/openbmc/linux/drivers/watchdog/
H A Dcpwd.c61 #define WD_STAT_BSTOP 0x02 /* Watchdog timer is brokenstopped */ macro
246 if (p->devs[id].runstatus & WD_STAT_BSTOP) { in cpwd_brokentimer()
278 p->devs[index].runstatus |= WD_STAT_BSTOP; in cpwd_stoptimer()
294 p->devs[index].runstatus &= ~WD_STAT_BSTOP; in cpwd_starttimer()
331 (p->devs[index].runstatus & WD_STAT_BSTOP)) { in cpwd_getstatus()
581 p->devs[i].runstatus &= ~WD_STAT_BSTOP; in cpwd_probe()
627 if (p->devs[i].runstatus & WD_STAT_BSTOP) in cpwd_remove()