Lines Matching +full:2 +full:nd +full:- +full:level
2 * SPDX-License-Identifier: Apache-2.0
14 #include <cavs-idc.h>
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()
75 case DT_IRQN(CAVS_INTC_NODE(2)): in z_soc_irq_disable()
76 dev_cavs = DEVICE_DT_GET(CAVS_INTC_NODE(2)); in z_soc_irq_disable()
116 case DT_IRQN(CAVS_INTC_NODE(2)): in z_soc_irq_is_enabled()
117 dev_cavs = DEVICE_DT_GET(CAVS_INTC_NODE(2)); in z_soc_irq_is_enabled()
130 ret = -ENODEV; in z_soc_irq_is_enabled()
153 /* extract 2nd level interrupt number */ in z_soc_irq_connect_dynamic()
158 /* Not affecting 2nd level interrupts */ in z_soc_irq_connect_dynamic()
171 case DT_IRQN(CAVS_INTC_NODE(2)): in z_soc_irq_connect_dynamic()
172 cavs_idx = 2; in z_soc_irq_connect_dynamic()
178 ret = -EINVAL; in z_soc_irq_connect_dynamic()