Searched +full:ahci +full:- +full:1 +full:v84 (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/ata/ceva,ahci-1v84.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Ceva AHCI SATA Controller10 - Mubin Sayyed <mubin.sayyed@amd.com>11 - Radhey Shyam Pandey <radhey.shyam.pandey@amd.com>14 The Ceva SATA controller mostly conforms to the AHCI interface with some15 special extensions to add functionality, is a high-performance dual-port16 SATA host controller with an AHCI compliant command layer which supports[all …]
1 // SPDX-License-Identifier: GPL-2.0-only4 * CEVA AHCI SATA platform driver6 * based on the AHCI SATA platform driver by Jeff Garzik and Anton Vorontsov16 #include "ahci.h"33 #define PAXIC_MARIDD(i) ((((i) * 2) + 1) << 16)34 #define PAXIC_MAWIDD(i) ((((i) * 2) + 1) << 8)51 #define PPCFG_PSSO_EN (1 << 28)52 #define PPCFG_PSS_EN (1 << 29)53 #define PPCFG_ESDF_EN (1 << 31)59 #define PTC_RSVD (1 << 27)[all …]
1 // SPDX-License-Identifier: GPL-2.0+5 * (C) Copyright 2014 - 2021, Xilinx, Inc.15 #include <dt-bindings/dma/xlnx-zynqmp-dpdma.h>16 #include <dt-bindings/gpio/gpio.h>17 #include <dt-bindings/interrupt-controller/arm-gic.h>18 #include <dt-bindings/interrupt-controller/irq.h>19 #include <dt-bindings/power/xlnx-zynqmp-power.h>20 #include <dt-bindings/reset/xlnx-zynqmp-resets.h>21 #include <dt-bindings/thermal/thermal.h>25 #address-cells = <2>;[all …]