Home
last modified time | relevance | path

Searched full:tauros2 (Results 1 – 12 of 12) sorted by relevance

/linux/Documentation/devicetree/bindings/cache/
H A Dmarvell,tauros2-cache.yaml4 $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 Dcache-tauros2.c3 * 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 DMakefile100 obj-$(CONFIG_CACHE_TAUROS2) += cache-tauros2.o
H A DKconfig1055 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 Dpxa910.dtsi29 compatible = "marvell,tauros2-cache";
30 marvell,tauros2-cache-features = <0x3>;
H A Dmmp2.dtsi32 compatible = "marvell,tauros2-cache";
33 marvell,tauros2-cache-features = <0x3>;
H A Ddove.dtsi33 compatible = "marvell,tauros2-cache";
34 marvell,tauros2-cache-features = <0>;
/linux/arch/arm/include/asm/hardware/
H A Dcache-tauros2.h3 * arch/arm/include/asm/hardware/cache-tauros2.h
/linux/arch/arm/mach-mmp/
H A Dmmp2-dt.c12 #include <asm/hardware/cache-tauros2.h>
H A Dmmp-dt.c12 #include <asm/hardware/cache-tauros2.h>
/linux/arch/arm/mach-mvebu/
H A Ddove.c12 #include <asm/hardware/cache-tauros2.h>
/linux/arch/arm/mach-dove/
H A Dcommon.c16 #include <asm/hardware/cache-tauros2.h>