Home
last modified time | relevance | path

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

/Zephyr-latest/tests/boards/intel_adsp/hda/src/
Dsmoke.c164 WAIT_FOR(intel_adsp_hda_buf_full(HDA_HOST_OUT_BASE, HDA_REGBLOCK_SIZE, STREAM_ID), in ZTEST()
Ddma.c202 WAIT_FOR(intel_adsp_hda_buf_full(HDA_HOST_OUT_BASE, HDA_REGBLOCK_SIZE, channel), in test_hda_host_out_dma()
/Zephyr-latest/soc/intel/intel_adsp/common/include/
Dintel_adsp_hda.h359 static inline bool intel_adsp_hda_buf_full(uint32_t base, uint32_t regblock_size, uint32_t sid) in intel_adsp_hda_buf_full() function