Searched refs:unlock_key (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/watchdog/
H A Dstarfive-wdt.c92 u32 unlock_key; member in struct:starfive_wdt_variant
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);
214 writel(~wdt->variant->unlock_key, wdt->base + wdt->variant->unlock);

Completed in 144 milliseconds