Lines Matching +full:db8500 +full:- +full:prcmu
1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (C) ST-Ericsson SA 2010-2013
5 * ST-Ericsson.
11 #include <linux/irqchip/arm-gic.h>
15 #include <linux/platform_data/arm-ux500-pm.h>
19 #include "db8500-regs.h"
46 /* This function decouple the gic from the prcmu */
64 /* This function recouple the gic with the prcmu */
108 * prcmu which has been delegated to monitor the irqs with the
116 for (i = 0; i < PRCMU_GIC_NUMBER_REGS - 1; i++) { in prcmu_pending_irq()
139 * This function copies the gic SPI settings to the prcmu in order to
148 for (i = 0; i < PRCMU_GIC_NUMBER_REGS - 1; i++) { in prcmu_copy_gic_settings()
184 pr_err("could not remap PRCMU for PM functions\n"); in ux500_pm_init()
187 np = of_find_compatible_node(NULL, NULL, "arm,cortex-a9-gic"); in ux500_pm_init()