Lines Matching defs:io_base
46 u16 io_base;
96 wdt->io_base + WDT_PRESET_PRESCALE);
111 control = inb(wdt->io_base + WDT_RELOAD_CTRL);
112 outb(control | WDT_RELOAD_PORT_EN, wdt->io_base + WDT_RELOAD_CTRL);
114 outb(1, wdt->io_base + WDT_RELOAD_PORT);
116 control = inb(wdt->io_base + WDT_CTRL);
117 outb(control | WDT_CTRL_RESET_EN, wdt->io_base + WDT_CTRL);
126 outb(0, wdt->io_base + WDT_CTRL);
127 outb(0, wdt->io_base + WDT_RELOAD_CTRL);
128 outb(0xF0, wdt->io_base + WDT_PRESET_PRESCALE);
137 outb(1, wdt->io_base + WDT_RELOAD_PORT);
147 count = inb(wdt->io_base + WDT_COUNT) & 0xF;
194 wdt->io_base = io_rc->start;
208 outb(UNLOCK, wdt->io_base + WDT_REG_LOCK);
212 outb(LOCK, wdt->io_base + WDT_REG_LOCK);
216 dev_dbg(dev, "io_base=0x%04X, timeout=%d, nowayout=%d\n",
217 wdt->io_base, timeout, nowayout);
228 outb(LOCK, wdt->io_base + WDT_REG_LOCK);