Searched refs:intc_node (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/arch/arm/mach-omap2/
H A Domap4-common.c181 static struct device_node *intc_node; variable in typeref:struct:device_node
188 if (!intc_node) omap4_xlate_irq()
189 intc_node = of_find_matching_node(NULL, intc_match); omap4_xlate_irq()
191 if (WARN_ON(!intc_node)) omap4_xlate_irq()
194 irq_data.np = intc_node; omap4_xlate_irq()
211 intc_node = of_find_matching_node(NULL, intc_match); omap_gic_of_init()
212 if (WARN_ON(!intc_node)) { omap_gic_of_init()

Completed in 32 milliseconds