Searched refs:NIWD_CONTROL (Results 1 – 1 of 1) sorted by relevance
22 #define NIWD_CONTROL 0x01 macro67 u8 control = inb(wdt->io_base + NIWD_CONTROL); in ni903x_start()69 outb(control | NIWD_CONTROL_RESET, wdt->io_base + NIWD_CONTROL); in ni903x_start()70 outb(control | NIWD_CONTROL_PET, wdt->io_base + NIWD_CONTROL); in ni903x_start()94 control = inb(wdt->io_base + NIWD_CONTROL); in ni903x_wdd_get_timeleft()96 outb(control, wdt->io_base + NIWD_CONTROL); in ni903x_wdd_get_timeleft()112 control = inb(wdt->io_base + NIWD_CONTROL); in ni903x_wdd_ping()113 outb(control | NIWD_CONTROL_PET, wdt->io_base + NIWD_CONTROL); in ni903x_wdd_ping()123 wdt->io_base + NIWD_CONTROL); in ni903x_wdd_start()135 outb(NIWD_CONTROL_RESET, wdt->io_base + NIWD_CONTROL); in ni903x_wdd_stop()[all …]