Home
last modified time | relevance | path

Searched full:gxl (Results 1 – 25 of 75) sorted by relevance

123

/linux-5.10/arch/arm64/boot/dts/amlogic/
DMakefile24 dtb-$(CONFIG_ARCH_MESON) += meson-gxl-s805x-libretech-ac.dtb
25 dtb-$(CONFIG_ARCH_MESON) += meson-gxl-s905x-hwacom-amazetv.dtb
26 dtb-$(CONFIG_ARCH_MESON) += meson-gxl-s905x-khadas-vim.dtb
27 dtb-$(CONFIG_ARCH_MESON) += meson-gxl-s905x-libretech-cc.dtb
28 dtb-$(CONFIG_ARCH_MESON) += meson-gxl-s905x-libretech-cc-v2.dtb
29 dtb-$(CONFIG_ARCH_MESON) += meson-gxl-s905x-nexbox-a95x.dtb
30 dtb-$(CONFIG_ARCH_MESON) += meson-gxl-s905x-p212.dtb
31 dtb-$(CONFIG_ARCH_MESON) += meson-gxl-s905d-p230.dtb
32 dtb-$(CONFIG_ARCH_MESON) += meson-gxl-s905d-p231.dtb
33 dtb-$(CONFIG_ARCH_MESON) += meson-gxl-s905d-phicomm-n1.dtb
[all …]
Dmeson-gxl-s905w-p281.dts4 * Based on meson-gxl-s905d-p231.dts:
11 #include "meson-gxl-s905x.dtsi"
15 compatible = "amlogic,p281", "amlogic,s905w", "amlogic,meson-gxl";
16 model = "Amlogic Meson GXL (S905W) P281 Development Board";
Dmeson-gxl.dtsi10 #include <dt-bindings/gpio/meson-gxl-gpio.h>
14 compatible = "amlogic,meson-gxl";
18 compatible = "amlogic,meson-gxl-usb-ctrl";
69 compatible = "amlogic,gxl-crypto";
81 compatible = "amlogic,aiu-gxl", "amlogic,aiu";
105 compatible = "amlogic,meson-gxl-usb2-phy";
116 compatible = "amlogic,meson-gxl-usb2-phy";
147 compatible = "amlogic,meson-gxl-aobus-pinctrl";
309 compatible = "amlogic,meson-gxl-aoclkc", "amlogic,meson-gx-aoclkc";
316 "amlogic,meson-gxl-gpio-intc";
[all …]
Dmeson-gxl-s905d.dtsi7 #include "meson-gxl.dtsi"
8 #include "meson-gxl-mali.dtsi"
11 compatible = "amlogic,s905d", "amlogic,meson-gxl";
Dmeson-gxl-s905x.dtsi7 #include "meson-gxl.dtsi"
8 #include "meson-gxl-mali.dtsi"
11 compatible = "amlogic,s905x", "amlogic,meson-gxl";
Dmeson-gxl-s905d-p231.dts9 #include "meson-gxl-s905d.dtsi"
13 compatible = "amlogic,p231", "amlogic,s905d", "amlogic,meson-gxl";
14 model = "Amlogic Meson GXL (S905D) P231 Development Board";
Dmeson-gxl-s905w-tx3-mini.dts4 * Based on meson-gxl-s905d-p231.dts:
11 #include "meson-gxl-s905x.dtsi"
15 compatible = "oranth,tx3-mini", "amlogic,s905w", "amlogic,meson-gxl";
Dmeson-gxl-s905x-p212.dts9 #include "meson-gxl-s905x-p212.dtsi"
12 compatible = "amlogic,p212", "amlogic,s905x", "amlogic,meson-gxl";
13 model = "Amlogic Meson GXL (S905X) P212 Development Board";
Dmeson-gxl-s905d-p230.dts11 #include "meson-gxl-s905d.dtsi"
15 compatible = "amlogic,p230", "amlogic,s905d", "amlogic,meson-gxl";
16 model = "Amlogic Meson GXL (S905D) P230 Development Board";
Dmeson-gxl-s905d-libretech-pc.dts9 #include "meson-gxl-s905d.dtsi"
14 "amlogic,meson-gxl";
Dmeson-gxl-s805x.dtsi7 #include "meson-gxl-s905x.dtsi"
10 compatible = "amlogic,s805x", "amlogic,meson-gxl";
Dmeson-gxl-s905d-phicomm-n1.dts8 #include "meson-gxl-s905d-p230.dts"
11 compatible = "phicomm,n1", "amlogic,s905d", "amlogic,meson-gxl";
/linux-5.10/Documentation/devicetree/bindings/arm/
Damlogic.yaml76 - description: Boards with the Amlogic Meson GXL S805X SoC
82 - const: amlogic,meson-gxl
84 - description: Boards with the Amlogic Meson GXL S905W SoC
90 - const: amlogic,meson-gxl
92 - description: Boards with the Amlogic Meson GXL S905X SoC
102 - const: amlogic,meson-gxl
104 - description: Boards with the Amlogic Meson GXL S905D SoC
113 - const: amlogic,meson-gxl
/linux-5.10/drivers/crypto/amlogic/
DMakefile1 obj-$(CONFIG_CRYPTO_DEV_AMLOGIC_GXL) += amlogic-gxl-crypto.o
2 amlogic-gxl-crypto-y := amlogic-gxl-core.o amlogic-gxl-cipher.o
Damlogic-gxl-core.c3 * amlgoic-core.c - hardware cryptographic offloader for Amlogic GXL SoC
21 #include "amlogic-gxl.h"
53 .cra_driver_name = "cbc-aes-gxl",
79 .cra_driver_name = "ecb-aes-gxl",
250 "gxl-crypto", mc); in meson_crypto_probe()
272 mc->dbgfs_dir = debugfs_create_dir("gxl-crypto", NULL); in meson_crypto_probe()
302 { .compatible = "amlogic,gxl-crypto", },
311 .name = "gxl-crypto",
318 MODULE_DESCRIPTION("Amlogic GXL cryptographic offloader");
DKconfig12 available on Amlogic GXL SoC.
16 will be called amlogic-gxl-crypto.
24 This will create /sys/kernel/debug/gxl-crypto/stats for displaying
/linux-5.10/Documentation/devicetree/bindings/crypto/
Damlogic,gxl-crypto.yaml4 $id: http://devicetree.org/schemas/crypto/amlogic,gxl-crypto.yaml#
7 title: Amlogic GXL Cryptographic Offloader
15 - const: amlogic,gxl-crypto
47 compatible = "amlogic,gxl-crypto";
/linux-5.10/Documentation/devicetree/bindings/phy/
Dmeson-gxl-usb2-phy.txt1 * Amlogic Meson GXL and GXM USB2 PHY binding
4 - compatible: Should be "amlogic,meson-gxl-usb2-phy"
18 compatible = "amlogic,meson-gxl-usb2-phy";
/linux-5.10/Documentation/devicetree/bindings/media/
Damlogic,gx-vdec.yaml34 - amlogic,gxl-vdec # GXL (S905X, S905D)
130 compatible = "amlogic,gxl-vdec", "amlogic,gx-vdec";
/linux-5.10/Documentation/devicetree/bindings/display/
Damlogic,meson-dw-hdmi.yaml40 Amlogic Meson GXBB, GXL and GXM SoCs families embeds the Synopsys DesignWare
50 - amlogic,meson-gxl-dw-hdmi # GXL (S905X, S905D)
/linux-5.10/drivers/phy/amlogic/
DKconfig19 tristate "Meson GXL and GXM USB2 PHY drivers"
27 GXL and GXM SoCs.
Dphy-meson-gxl-usb2.c3 * Meson GXL and GXM USB2 PHY driver
283 { .compatible = "amlogic,meson-gxl-usb2-phy", },
291 .name = "phy-meson-gxl-usb2",
298 MODULE_DESCRIPTION("Meson GXL and GXM USB2 PHY driver");
/linux-5.10/Documentation/devicetree/bindings/mtd/
Damlogic,meson-nand.txt1 Amlogic NAND Flash Controller (NFC) for GXBB/GXL/AXG family SoCs
8 - "amlogic,meson-gxl-nfc"
/linux-5.10/Documentation/devicetree/bindings/clock/
Damlogic,gxbb-clkc.txt10 "amlogic,gxl-clkc" for GXL and GXM SoC,
/linux-5.10/Documentation/devicetree/bindings/interrupt-controller/
Damlogic,meson-gpio-intc.txt16 "amlogic,meson-gxl-gpio-intc" for GXL SoCs (S905X, S912)

123