Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/watchdog/
Dnic7018_wdt.c21 #define WDT_RELOAD_CTRL 2 macro
111 control = inb(wdt->io_base + WDT_RELOAD_CTRL); in nic7018_start()
112 outb(control | WDT_RELOAD_PORT_EN, wdt->io_base + WDT_RELOAD_CTRL); in nic7018_start()
127 outb(0, wdt->io_base + WDT_RELOAD_CTRL); in nic7018_stop()