Searched refs:DGCS_GEN (Results 1 – 1 of 1) sorted by relevance
42 #define DGCS_GEN BIT(26) /* Gateway Enable */ macro192 if (*DGCS(base, regblock_size, sid) & DGCS_GEN) { in intel_adsp_hda_set_buffer()232 *DGCS(base, regblock_size, sid) |= DGCS_GEN; in intel_adsp_hda_enable()248 *DGCS(base, regblock_size, sid) &= ~(DGCS_GEN | DGCS_FIFORDY); in intel_adsp_hda_disable()260 return *DGCS(base, regblock_size, sid) & (DGCS_GEN | DGCS_FIFORDY); in intel_adsp_hda_is_enabled()