Home
last modified time | relevance | path

Searched +full:ast2600 +full:- +full:ahbc (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/Documentation/devicetree/bindings/bus/
Daspeed,ast2600-ahbc.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/bus/aspeed,ast2600-ahbc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: ASPEED Advanced High-Performance Bus Controller (AHBC)
10 - Neal Liu <neal_liu@aspeedtech.com>
11 - Chia-Wei Wang <chiawei_wang@aspeedtech.com>
14 Advanced High-performance Bus Controller (AHBC) supports plenty of mechanisms
16 to control the overall operations of Advanced High-performance Bus (AHB).
21 - aspeed,ast2600-ahbc
[all …]
/kernel/linux/linux-6.6/arch/arm/boot/dts/aspeed/
Daspeed-g6.dtsi1 // SPDX-License-Identifier: GPL-2.0-or-later
4 #include <dt-bindings/interrupt-controller/arm-gic.h>
5 #include <dt-bindings/interrupt-controller/aspeed-scu-ic.h>
6 #include <dt-bindings/clock/ast2600-clock.h>
10 compatible = "aspeed,ast2600";
11 #address-cells = <1>;
12 #size-cells = <1>;
13 interrupt-parent = <&gic>;
47 #address-cells = <1>;
48 #size-cells = <0>;
[all …]
/kernel/linux/linux-6.6/drivers/crypto/aspeed/
Daspeed-acry.c1 // SPDX-License-Identifier: GPL-2.0+
11 #include <linux/dma-mapping.h>
25 dev_info((d)->dev, "%s() " fmt, __func__, ##__VA_ARGS__)
28 dev_dbg((d)->dev, "%s() " fmt, __func__, ##__VA_ARGS__)
69 * AHBC register definitions *
76 writel((val), (acry)->regs + (offset))
79 readl((acry)->regs + (offset))
90 struct regmap *ahbc; member
152 akcipher_request_set_tfm(req, ctx->fallback_tfm); in aspeed_acry_do_fallback()
154 if (ctx->enc) in aspeed_acry_do_fallback()
[all …]