Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/watchdog/
Dstarfive-wdt.c92 u32 unlock_key; member
121 .unlock_key = STARFIVE_WDT_JH7100_UNLOCK_KEY,
138 .unlock_key = STARFIVE_WDT_JH7110_UNLOCK_KEY,
207 writel(wdt->variant->unlock_key, wdt->base + wdt->variant->unlock); in starfive_wdt_unlock()
212 writel(~wdt->variant->unlock_key, wdt->base + wdt->variant->unlock); in starfive_wdt_lock()