Home
last modified time | relevance | path

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

/openbmc/linux/drivers/watchdog/
H A Dnpcm_wdt.c24 #define NPCM_WTRE BIT(1) /* Reset enable */ macro
95 val |= NPCM_WTRE | NPCM_WTE | NPCM_WTR | NPCM_WTIE; in npcm_wdt_start()
162 writel(NPCM_WTR | NPCM_WTRE | NPCM_WTE, wdt->reg); in npcm_wdt_restart()