Home
last modified time | relevance | path

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

/Linux-v5.15/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#
29 - sifive,fu540-c000-ccache
[all …]
/Linux-v5.15/arch/riscv/boot/dts/sifive/
Dfu740-c000.dtsi1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
4 /dts-v1/;
6 #include <dt-bindings/clock/sifive-fu740-prci.h>
9 #address-cells = <2>;
10 #size-cells = <2>;
11 compatible = "sifive,fu740-c000", "sifive,fu740";
23 #address-cells = <1>;
24 #size-cells = <0>;
28 i-cache-block-size = <64>;
29 i-cache-sets = <128>;
[all …]
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.15/drivers/soc/sifive/
Dsifive_l2_cache.c1 // SPDX-License-Identifier: GPL-2.0
5 * Copyright (C) 2018-2019 SiFive, Inc.
58 return -EINVAL; in l2_write()
62 return -EINVAL; in l2_write()
100 { .compatible = "sifive,fu540-c000-ccache" },
101 { .compatible = "sifive,fu740-c000-ccache" },
145 if (this_leaf->level == 2) in l2_get_priv_group()
203 return -ENODEV; in sifive_l2_init()
206 return -ENODEV; in sifive_l2_init()
210 return -ENOMEM; in sifive_l2_init()
[all …]
/Linux-v5.15/arch/riscv/boot/dts/microchip/
Dmicrochip-mpfs.dtsi1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
4 /dts-v1/;
7 #address-cells = <2>;
8 #size-cells = <2>;
10 compatible = "microchip,mpfs-icicle-kit";
16 #address-cells = <1>;
17 #size-cells = <0>;
20 clock-frequency = <0>;
23 i-cache-block-size = <64>;
24 i-cache-sets = <128>;
[all …]