Home
last modified time | relevance | path

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

/openbmc/linux/drivers/watchdog/
H A Daspeed_wdt.c112 #define WDT_ACTIVE_LOW_MAGIC (0x5A << 24) macro
415 reg |= WDT_ACTIVE_LOW_MAGIC; in aspeed_wdt_probe()
/openbmc/qemu/hw/watchdog/
H A Dwdt_aspeed.c38 #define WDT_ACTIVE_LOW_MAGIC (0x5A << 24) macro
346 } else if (property == WDT_ACTIVE_LOW_MAGIC) { in aspeed_2500_wdt_reset_pulse()