Home
last modified time | relevance | path

Searched refs:ACE_IRQ_TO_ZEPHYR (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/soc/intel/intel_adsp/ace/include/ace15_mtpm/
Dadsp_interrupt.h87 #define ACE_IRQ_TO_ZEPHYR(_irq) \ macro
/Zephyr-latest/soc/intel/intel_adsp/ace/include/ace20_lnl/
Dadsp_interrupt.h85 #define ACE_IRQ_TO_ZEPHYR(_irq) \ macro
/Zephyr-latest/soc/intel/intel_adsp/ace/include/ace30/
Dadsp_interrupt.h85 #define ACE_IRQ_TO_ZEPHYR(_irq) \ macro
/Zephyr-latest/soc/intel/intel_adsp/ace/
Dmultiprocessing.c93 IRQ_CONNECT(ACE_IRQ_TO_ZEPHYR(ACE_INTL_IDCA), 0, ipc_isr, 0, 0); in soc_mp_init()
95 irq_enable(ACE_IRQ_TO_ZEPHYR(ACE_INTL_IDCA)); in soc_mp_init()
/Zephyr-latest/drivers/timer/
Dintel_adsp_timer.c31 #define TIMER_IRQ ACE_IRQ_TO_ZEPHYR(ACE_INTL_TTS)