Home
last modified time | relevance | path

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

/openbmc/linux/drivers/watchdog/
H A Dpcwd_pci.c71 #define WD_PCI_WTRP 0x01 /* Watchdog Trip status */ macro
343 if (control_status & WD_PCI_WTRP) in pcipcwd_get_status()
371 (control_status & WD_PCI_R2DS) | WD_PCI_WTRP); in pcipcwd_clear_status()
375 outb_p((control_status & WD_PCI_R2DS) | WD_PCI_WTRP, in pcipcwd_clear_status()