Searched full:tauros2 (Results 1 – 12 of 12) sorted by relevance
| /linux/Documentation/devicetree/bindings/cache/ |
| H A D | marvell,tauros2-cache.yaml | 4 $id: http://devicetree.org/schemas/cache/marvell,tauros2-cache.yaml# 7 title: Marvell Tauros2 Cache 15 const: marvell,tauros2-cache 17 marvell,tauros2-cache-features: 19 Specify the features supported for the tauros2 cache. The features include: 24 The definition can be found at arch/arm/include/asm/hardware/cache-tauros2.h 30 - marvell,tauros2-cache-features 37 compatible = "marvell,tauros2-cache"; 38 marvell,tauros2-cache-features = <0x3>;
|
| /linux/arch/arm/mm/ |
| H A D | cache-tauros2.c | 3 * arch/arm/mm/cache-tauros2.c - Tauros2 L2 cache controller support 20 #include <asm/hardware/cache-tauros2.h> 29 * When Tauros2 is used on a CPU that supports the v7 hierarchical 190 pr_info("Tauros2: %s L2 prefetch.\n", in enable_extra_feature() 198 pr_info("Tauros2: %s burst8 line fill.\n", in enable_extra_feature() 216 * v5 CPUs with Tauros2 have the L2 cache enable bit in tauros2_internal_init() 221 pr_info("Tauros2: Enabling L2 cache.\n"); in tauros2_internal_init() 244 * there are no real-life examples of Tauros2 being used on in tauros2_internal_init() 251 * When Tauros2 is used in an ARMv7 system, the L2 in tauros2_internal_init() 258 pr_info("Tauros2: Enabling L2 cache.\n"); in tauros2_internal_init() [all …]
|
| H A D | Makefile | 100 obj-$(CONFIG_CACHE_TAUROS2) += cache-tauros2.o
|
| H A D | Kconfig | 1055 bool "Enable the Tauros2 L2 cache controller" 1060 This option enables the Tauros2 L2 cache controller (as
|
| /linux/arch/arm/boot/dts/marvell/ |
| H A D | pxa910.dtsi | 29 compatible = "marvell,tauros2-cache"; 30 marvell,tauros2-cache-features = <0x3>;
|
| H A D | mmp2.dtsi | 32 compatible = "marvell,tauros2-cache"; 33 marvell,tauros2-cache-features = <0x3>;
|
| H A D | dove.dtsi | 33 compatible = "marvell,tauros2-cache"; 34 marvell,tauros2-cache-features = <0>;
|
| /linux/arch/arm/include/asm/hardware/ |
| H A D | cache-tauros2.h | 3 * arch/arm/include/asm/hardware/cache-tauros2.h
|
| /linux/arch/arm/mach-mmp/ |
| H A D | mmp2-dt.c | 12 #include <asm/hardware/cache-tauros2.h>
|
| H A D | mmp-dt.c | 12 #include <asm/hardware/cache-tauros2.h>
|
| /linux/arch/arm/mach-mvebu/ |
| H A D | dove.c | 12 #include <asm/hardware/cache-tauros2.h>
|
| /linux/arch/arm/mach-dove/ |
| H A D | common.c | 16 #include <asm/hardware/cache-tauros2.h>
|