Searched +full:ahci +full:- +full:1 +full:v84 (Results 1 – 2 of 2) 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 - Radhey Shyam Pandey <radhey.shyam.pandey@amd.com>13 The Ceva SATA controller mostly conforms to the AHCI interface with some14 special extensions to add functionality, is a high-performance dual-port15 SATA host controller with an AHCI compliant command layer which supports21 const: ceva,ahci-1v84[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 …]