Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/soc/intel/intel_adsp/common/include/
Dintel_adsp_hda.h42 #define DGCS_GEN BIT(26) /* Gateway Enable */ macro
185 if (*DGCS(base, regblock_size, sid) & DGCS_GEN) { in intel_adsp_hda_set_buffer()
225 *DGCS(base, regblock_size, sid) |= DGCS_GEN; in intel_adsp_hda_enable()
241 *DGCS(base, regblock_size, sid) &= ~(DGCS_GEN | DGCS_FIFORDY); in intel_adsp_hda_disable()
253 return *DGCS(base, regblock_size, sid) & (DGCS_GEN | DGCS_FIFORDY); in intel_adsp_hda_is_enabled()