Lines Matching +full:hb +full:- +full:sregs
1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright 2010-2011 Calxeda, Inc.
8 #include <linux/dma-map-ops.h>
12 #include <linux/pl320-ipc.h>
21 #include <asm/hardware/cache-l2x0.h>
55 if (of_find_compatible_node(NULL, NULL, "arm,cortex-a9")) in highbank_init_irq()
71 int reg = -1; in highbank_platform_notifier()
78 if (of_device_is_compatible(dev->of_node, "calxeda,hb-ahci")) in highbank_platform_notifier()
80 else if (of_device_is_compatible(dev->of_node, "calxeda,hb-sdhci")) in highbank_platform_notifier()
82 else if (of_device_is_compatible(dev->of_node, "arm,pl330")) in highbank_platform_notifier()
84 else if (of_device_is_compatible(dev->of_node, "calxeda,hb-xgmac")) { in highbank_platform_notifier()
88 if (res->start == 0xfff50000) in highbank_platform_notifier()
90 else if (res->start == 0xfff51000) in highbank_platform_notifier()
98 if (of_property_read_bool(dev->of_node, "dma-coherent")) { in highbank_platform_notifier()
101 dev->dma_coherent = true; in highbank_platform_notifier()
116 .name = "cpuidle-calxeda",
142 np = of_find_compatible_node(NULL, NULL, "calxeda,hb-sregs"); in highbank_init()
160 "calxeda,ecx-2000",