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