Home
last modified time | relevance | path

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

/hal_intel-latest/bsp_sedi/soc/intel_ish/pm/
Dpm_regs.h204 #define WDT_CONTROL_ENABLE_BIT BIT(17) macro
/hal_intel-latest/bsp_sedi/soc/intel_ish/pm/aon/
Daon_task.c782 write32(WDT_CONTROL, (read32(WDT_CONTROL) & (~WDT_CONTROL_ENABLE_BIT))); in handle_reset()