Home
last modified time | relevance | path

Searched +full:fu540 +full:- +full:c000 +full:- +full:ccache (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/Documentation/devicetree/bindings/riscv/
Dsifive-l2-cache.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 ---
5 $id: http://devicetree.org/schemas/riscv/sifive-l2-cache.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Sagar Kadam <sagar.kadam@sifive.com>
12 - Yash Shah <yash.shah@sifive.com>
13 - Paul Walmsley <paul.walmsley@sifive.com>
18 acts as directory-based coherency manager.
22 - $ref: /schemas/cache-controller.yaml#
28 - enum:
[all …]
/Linux-v5.10/arch/riscv/boot/dts/sifive/
Dfu540-c000.dtsi1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
2 /* Copyright (c) 2018-2019 SiFive, Inc */
4 /dts-v1/;
6 #include <dt-bindings/clock/sifive-fu540-prci.h>
9 #address-cells = <2>;
10 #size-cells = <2>;
11 compatible = "sifive,fu540-c000", "sifive,fu540";
23 #address-cells = <1>;
24 #size-cells = <0>;
28 i-cache-block-size = <64>;
[all …]
/Linux-v5.10/drivers/soc/sifive/
Dsifive_l2_cache.c1 // SPDX-License-Identifier: GPL-2.0
5 * Copyright (C) 2018-2019 SiFive, Inc.
53 return -EINVAL; in l2_write()
57 return -EINVAL; in l2_write()
95 { .compatible = "sifive,fu540-c000-ccache" },
139 if (this_leaf->level == 2) in l2_get_priv_group()
188 return -ENODEV; in sifive_l2_init()
191 return -ENODEV; in sifive_l2_init()
195 return -ENOMEM; in sifive_l2_init()