Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/soc/xtensa/intel_adsp/common/include/
Dintel_adsp_hda.h38 #define DGCS_GEN BIT(26) /* Gateway Enable */ macro
173 if (*DGCS(base, regblock_size, sid) & DGCS_GEN) { in intel_adsp_hda_set_buffer()
213 *DGCS(base, regblock_size, sid) |= DGCS_GEN; in intel_adsp_hda_enable()
229 *DGCS(base, regblock_size, sid) &= ~(DGCS_GEN | DGCS_FIFORDY); in intel_adsp_hda_disable()
241 return *DGCS(base, regblock_size, sid) & (DGCS_GEN | DGCS_FIFORDY); in intel_adsp_hda_is_enabled()