Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/soc/xtensa/intel_adsp/cavs/
Dirq.c24 #define CAVS_INTC_NODE(n) DT_INST(n, intel_cavs_intc) macro
31 case DT_IRQN(CAVS_INTC_NODE(0)): in z_soc_irq_enable()
32 dev_cavs = DEVICE_DT_GET(CAVS_INTC_NODE(0)); in z_soc_irq_enable()
34 case DT_IRQN(CAVS_INTC_NODE(1)): in z_soc_irq_enable()
35 dev_cavs = DEVICE_DT_GET(CAVS_INTC_NODE(1)); in z_soc_irq_enable()
37 case DT_IRQN(CAVS_INTC_NODE(2)): in z_soc_irq_enable()
38 dev_cavs = DEVICE_DT_GET(CAVS_INTC_NODE(2)); in z_soc_irq_enable()
40 case DT_IRQN(CAVS_INTC_NODE(3)): in z_soc_irq_enable()
41 dev_cavs = DEVICE_DT_GET(CAVS_INTC_NODE(3)); in z_soc_irq_enable()
69 case DT_IRQN(CAVS_INTC_NODE(0)): in z_soc_irq_disable()
[all …]