Home
last modified time | relevance | path

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

/Zephyr-latest/soc/aspeed/ast10x0/
Dsoc.c45 #define BIT_WDT_FULL(x) SYS_WDT ## x ## _FULL_RESET macro
50 if (event_log & (BIT_WDT_SOC(x) | BIT_WDT_FULL(x) | BIT_WDT_ARM(x) | BIT_WDT_SW(x))) { \
56 if (event_log & BIT_WDT_FULL(x)) { \
58 sys_write32(BIT_WDT_FULL(x), event_log_reg); \