Searched refs:dev_cavs (Results 1 – 1 of 1) sorted by relevance
28 const struct device *dev_cavs; in z_soc_irq_enable() local32 dev_cavs = DEVICE_DT_GET(CAVS_INTC_NODE(0)); in z_soc_irq_enable()35 dev_cavs = DEVICE_DT_GET(CAVS_INTC_NODE(1)); in z_soc_irq_enable()38 dev_cavs = DEVICE_DT_GET(CAVS_INTC_NODE(2)); in z_soc_irq_enable()41 dev_cavs = DEVICE_DT_GET(CAVS_INTC_NODE(3)); in z_soc_irq_enable()49 if (!device_is_ready(dev_cavs)) { in z_soc_irq_enable()61 irq_enable_next_level(dev_cavs, CAVS_IRQ_NUMBER(irq)); in z_soc_irq_enable()66 const struct device *dev_cavs; in z_soc_irq_disable() local70 dev_cavs = DEVICE_DT_GET(CAVS_INTC_NODE(0)); in z_soc_irq_disable()73 dev_cavs = DEVICE_DT_GET(CAVS_INTC_NODE(1)); in z_soc_irq_disable()[all …]