Home
last modified time | relevance | path

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

/openbmc/linux/drivers/watchdog/
H A Dstarfive-wdt.c92 u32 unlock_key; member
121 .unlock_key = STARFIVE_WDT_JH7100_UNLOCK_KEY,
138 .unlock_key = STARFIVE_WDT_JH7110_UNLOCK_KEY,
208 writel(wdt->variant->unlock_key, wdt->base + wdt->variant->unlock); in starfive_wdt_unlock()
214 writel(~wdt->variant->unlock_key, wdt->base + wdt->variant->unlock); in starfive_wdt_lock()