wdrst_stat 373 drivers/watchdog/pcwd.c int wdrst_stat; wdrst_stat 383 drivers/watchdog/pcwd.c wdrst_stat = inb_p(pcwd_private.io_addr); wdrst_stat 384 drivers/watchdog/pcwd.c wdrst_stat &= 0x0F; wdrst_stat 385 drivers/watchdog/pcwd.c wdrst_stat |= WD_WDRST; wdrst_stat 387 drivers/watchdog/pcwd.c outb_p(wdrst_stat, pcwd_private.io_addr + 1);