Home
last modified time | relevance | path

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

/openbmc/qemu/hw/watchdog/
H A Dwdt_aspeed.c39 #define WDT_RESET_WIDTH_PUSH_PULL BIT(30) macro
349 s->regs[WDT_RESET_WIDTH] |= WDT_RESET_WIDTH_PUSH_PULL; in aspeed_2500_wdt_reset_pulse()
351 s->regs[WDT_RESET_WIDTH] &= ~WDT_RESET_WIDTH_PUSH_PULL; in aspeed_2500_wdt_reset_pulse()
/openbmc/linux/drivers/watchdog/
H A Daspeed_wdt.c113 #define WDT_RESET_WIDTH_PUSH_PULL BIT(30) macro