Searched refs:DGCS (Results 1 – 2 of 2) sorted by relevance
| /Zephyr-latest/soc/intel/intel_adsp/common/include/ |
| D | intel_adsp_hda.h | 39 #define DGCS(base, regblock_size, stream) \ macro 116 sid, DGCS(base, regblock_size, sid), \ 117 *DGCS(base, regblock_size, sid), \ 137 *DGCS(base, regblock_size, sid) |= DGCS_FWCB; in intel_adsp_hda_init() 192 if (*DGCS(base, regblock_size, sid) & DGCS_GEN) { in intel_adsp_hda_set_buffer() 196 if (*DGCS(base, regblock_size, sid) & DGCS_GBUSY) { in intel_adsp_hda_set_buffer() 232 *DGCS(base, regblock_size, sid) |= DGCS_GEN; in intel_adsp_hda_enable() 235 *DGCS(base, regblock_size, sid) |= DGCS_FIFORDY; 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() [all …]
|
| /Zephyr-latest/drivers/dma/ |
| D | dma_intel_adsp_hda.c | 232 stat->busy = *DGCS(cfg->base, cfg->regblock_size, channel) & DGCS_GBUSY; in intel_adsp_hda_dma_status()
|