Home
last modified time | relevance | path

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

/openbmc/linux/drivers/watchdog/
H A Dit8712f_wdt.c70 #define WDT_CONTROL 0x71 /* WDT Register: Control */ macro
172 if (superio_inb(WDT_CONTROL) & 0x01) in it8712f_wdt_get_status()
187 superio_outb(wdt_control_reg, WDT_CONTROL); in it8712f_wdt_enable()
208 superio_outb(0, WDT_CONTROL); in it8712f_wdt_disable()