Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/
Dwdt_pci.c219 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()
Dwdt.c232 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()
Dwd501p.h31 #define WDT_DC (io+7) macro