Home
last modified time | relevance | path

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

/openbmc/linux/drivers/watchdog/
H A Dsimatic-ipc-wdt.c32 #define WD_ENABLED 0x01 macro
67 outb(inb(WD_ENABLE_IOADR) | WD_ENABLED, WD_ENABLE_IOADR); in wd_start()
73 outb(inb(WD_ENABLE_IOADR) & ~WD_ENABLED, WD_ENABLE_IOADR); in wd_stop()