Searched refs:intel_adsp_hda_set_buffer (Results 1 – 3 of 3) sorted by relevance
/Zephyr-Core-3.6.0/drivers/dma/ |
D | dma_intel_adsp_hda.c | 49 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/ |
D | smoke.c | 79 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/ |
D | intel_adsp_hda.h | 152 static inline int intel_adsp_hda_set_buffer(uint32_t base, in intel_adsp_hda_set_buffer() function
|