Searched refs:WDT_DC (Results 1 – 3 of 3) sorted by relevance
219 inb_p(WDT_DC); in wdtpci_ping()222 outb_p(0, WDT_DC); in wdtpci_ping()382 inb_p(WDT_DC); /* Disable */ in wdtpci_open()390 outb_p(0, WDT_DC); in wdtpci_open()392 inb_p(WDT_DC); in wdtpci_open()405 outb_p(0, WDT_DC); /* Enable */ in wdtpci_open()434 inb_p(WDT_DC); /* Disable counters */ in wdtpci_release()466 inb_p(WDT_DC); in wdtpci_notify_sys()
232 inb_p(WDT_DC); in wdt_ping()235 outb_p(0, WDT_DC); in wdt_ping()390 inb_p(WDT_DC); /* Disable */ in wdt_open()397 outb_p(0, WDT_DC); /* Enable */ in wdt_open()423 inb_p(WDT_DC); /* Disable counters */ in wdt_release()451 inb_p(WDT_DC); in wdt_notify_sys()
31 #define WDT_DC (io+7) macro