Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/drivers/dma/
Ddma_intel_adsp_hda.c49 res = intel_adsp_hda_set_buffer(cfg->base, cfg->regblock_size, channel, buf, in intel_adsp_hda_dma_host_in_config()
84 res = intel_adsp_hda_set_buffer(cfg->base, cfg->regblock_size, channel, buf, in intel_adsp_hda_dma_host_out_config()
117 res = intel_adsp_hda_set_buffer(cfg->base, cfg->regblock_size, channel, buf, in intel_adsp_hda_dma_link_in_config()
148 res = intel_adsp_hda_set_buffer(cfg->base, cfg->regblock_size, channel, buf, in intel_adsp_hda_dma_link_out_config()
/Zephyr-Core-3.6.0/tests/boards/intel_adsp/hda/src/
Dsmoke.c79 res = intel_adsp_hda_set_buffer(HDA_HOST_IN_BASE, HDA_REGBLOCK_SIZE, STREAM_ID, in ZTEST()
143 res = intel_adsp_hda_set_buffer(HDA_HOST_OUT_BASE, HDA_REGBLOCK_SIZE, STREAM_ID, in ZTEST()
/Zephyr-Core-3.6.0/soc/xtensa/intel_adsp/common/include/
Dintel_adsp_hda.h152 static inline int intel_adsp_hda_set_buffer(uint32_t base, in intel_adsp_hda_set_buffer() function