Lines Matching full:gic
11 #include <linux/irqchip/arm-gic.h>
44 /* This function decouple the gic from the prcmu */
56 /* Wait a few cycles for the gic mask completion */ in prcmu_gic_decouple()
62 /* This function recouple the gic with the prcmu */
76 * This function checks if there are pending irq on the gic. It only
77 * makes sense if the gic has been decoupled before with the
126 * makes sense only if the gic is decoupled with the db8500_prcmu_gic_decouple
137 * This function copies the gic SPI settings to the prcmu in order to
185 np = of_find_compatible_node(NULL, NULL, "arm,cortex-a9-gic"); in ux500_pm_init()
189 pr_err("could not remap GIC dist base for PM functions\n"); in ux500_pm_init()
194 * On watchdog reboot the GIC is in some cases decoupled. in ux500_pm_init()
195 * This will make sure that the GIC is correctly configured. in ux500_pm_init()