Home
last modified time | relevance | path

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

/openbmc/qemu/hw/watchdog/
H A Dwdt_aspeed.c35 #define WDT_RESET_WIDTH_ACTIVE_HIGH BIT(31) macro
345 s->regs[WDT_RESET_WIDTH] |= WDT_RESET_WIDTH_ACTIVE_HIGH; in aspeed_2500_wdt_reset_pulse()
347 s->regs[WDT_RESET_WIDTH] &= ~WDT_RESET_WIDTH_ACTIVE_HIGH; in aspeed_2500_wdt_reset_pulse()
/openbmc/linux/drivers/watchdog/
H A Daspeed_wdt.c110 #define WDT_RESET_WIDTH_ACTIVE_HIGH BIT(31) macro