Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/dma/
Ddma_intel_adsp_hda.h13 #define INTEL_HDA_MIN_FPI_INCREMENT_FOR_INTERRUPT 32 macro
Ddma_intel_adsp_hda.c191 const uint32_t next_rp = (rp + INTEL_HDA_MIN_FPI_INCREMENT_FOR_INTERRUPT) % in intel_adsp_hda_dma_host_reload()
201 const uint32_t next_wp = (wp + INTEL_HDA_MIN_FPI_INCREMENT_FOR_INTERRUPT) % in intel_adsp_hda_dma_host_reload()