Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/soc/xtensa/intel_adsp/common/include/
Dintel_adsp_hda.h42 #define DGCS_GBUSY BIT(15) /* Gateway Busy */ macro
177 if (*DGCS(base, regblock_size, sid) & DGCS_GBUSY) { in intel_adsp_hda_set_buffer()
/Zephyr-Core-3.5.0/drivers/dma/
Ddma_intel_adsp_hda.c225 stat->busy = *DGCS(cfg->base, cfg->regblock_size, channel) & DGCS_GBUSY; in intel_adsp_hda_dma_status()