Lines Matching +full:core +full:- +full:module
1 // SPDX-License-Identifier: GPL-2.0-only
3 * linux/arch/arm/mach-integrator/core.c
5 * Copyright (C) 2000-2003 Deep Blue Solutions Ltd
26 #include <asm/mach-types.h>
37 * cm_get - get the value from the CM_CTRL register
45 * cm_control - update the CM_CTRL register.
62 /* disable core module IRQs */ in cm_clear_irqs()
68 { .compatible = "arm,core-module-integrator"},
77 pr_crit("no core module node found in device tree\n"); in cm_init()
82 pr_crit("could not remap core module\n"); in cm_init()
90 * better implementation of GFP_DMA which does not assume that DMA-able
95 memblock_reserve(PHYS_OFFSET, __pa(swapper_pg_dir) - PHYS_OFFSET); in integrator_reserve()