Home
last modified time | relevance | path

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

/openbmc/linux/drivers/watchdog/
H A Dpcwd_pci.c82 #define WD_PCI_WRSP 0x40 /* Watchdog wrote response */ macro
176 got_response = inb_p(pcipcwd_private.io_addr + 2) & WD_PCI_WRSP; in send_command()
180 got_response = inb_p(pcipcwd_private.io_addr + 2) & WD_PCI_WRSP; in send_command()