Lines Matching defs:NIWD_CONTROL
13 #define NIWD_CONTROL 0x01
58 u8 control = inb(wdt->io_base + NIWD_CONTROL);
60 outb(control | NIWD_CONTROL_RESET, wdt->io_base + NIWD_CONTROL);
61 outb(control | NIWD_CONTROL_PET, wdt->io_base + NIWD_CONTROL);
85 control = inb(wdt->io_base + NIWD_CONTROL);
87 outb(control, wdt->io_base + NIWD_CONTROL);
103 control = inb(wdt->io_base + NIWD_CONTROL);
104 outb(control | NIWD_CONTROL_PET, wdt->io_base + NIWD_CONTROL);
114 wdt->io_base + NIWD_CONTROL);
126 outb(NIWD_CONTROL_RESET, wdt->io_base + NIWD_CONTROL);
219 wdt->io_base + NIWD_CONTROL);