Searched +full:ccp +full:- +full:seattle +full:- +full:v1a (Results 1 – 3 of 3) sorted by relevance
| /linux/Documentation/devicetree/bindings/crypto/ |
| H A D | amd,ccp-seattle-v1a.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/amd,ccp-seattle-v1a.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: AMD Cryptographic Coprocessor (ccp) 10 - Tom Lendacky <thomas.lendacky@amd.com> 14 const: amd,ccp-seattle-v1a 22 dma-coherent: true 28 - compatible 29 - reg [all …]
|
| /linux/drivers/crypto/ccp/ |
| H A D | sp-platform.c | 1 // SPDX-License-Identifier: GPL-2.0-only 15 #include <linux/dma-mapping.h> 21 #include <linux/ccp.h> 26 #include "ccp-dev.h" 49 { .compatible = "amd,ccp-seattle-v1a", 59 match = acpi_match_device(sp_acpi_match, &pdev->dev); in sp_get_acpi_version() 60 if (match && match->driver_data) in sp_get_acpi_version() 61 return (const struct sp_dev_vdata *)match->driver_data; in sp_get_acpi_version() 68 struct sp_platform *sp_platform = sp->dev_specific; in sp_get_irqs() 69 struct device *dev = sp->dev; in sp_get_irqs() [all …]
|
| /linux/arch/arm64/boot/dts/amd/ |
| H A D | amd-seattle-soc.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 3 * DTS file for AMD Seattle SoC 9 compatible = "amd,seattle"; 10 interrupt-parent = <&gic0>; 11 #address-cells = <2>; 12 #size-cells = <2>; 14 /include/ "amd-seattle-clks.dtsi" 16 gic0: interrupt-controller@e1101000 { 17 compatible = "arm,gic-400", "arm,cortex-a15-gic"; 18 interrupt-controller; [all …]
|