Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/
H A Dscu_info.c191 #define BIT_WDT_SW(x) SYS_WDT ## x ## _SW_RESET macro
194 if (event_log & (BIT_WDT_SOC(x) | BIT_WDT_FULL(x) | BIT_WDT_ARM(x) | BIT_WDT_SW(x))) { \
208 if (event_log & BIT_WDT_SW(x)) { \
210 writel(BIT_WDT_SW(x), event_log_reg); \