Home
last modified time | relevance | path

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

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