Searched refs:DGCS_GEN (Results 1 – 1 of 1) sorted by relevance
42 #define DGCS_GEN BIT(26) /* Gateway Enable */ macro185 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()