Searched refs:ahci (Results 1 – 25 of 103) sorted by relevance
12345
/Linux-v5.15/Documentation/devicetree/bindings/ata/ |
D | brcm,sata-brcm.txt | 8 "brcm,bcm7216-ahci" 9 "brcm,bcm7425-ahci" 10 "brcm,bcm7445-ahci" 11 "brcm,bcm-nsp-ahci" 12 "brcm,sata3-ahci" 13 "brcm,bcm63138-ahci" 15 - reg-names : "ahci" and "top-ctrl" 20 - reset: for "brcm,bcm7216-ahci" must be a valid reset phandle 22 - reset-names: for "brcm,bcm7216-ahci", must be "rescal". 24 Also see ahci-platform.txt. [all …]
|
D | ahci-platform.txt | 12 - "brcm,iproc-ahci" 13 - "hisilicon,hisi-ahci" 14 - "cavium,octeon-7130-ahci" 15 - "ibm,476gtr-ahci" 16 - "marvell,armada-380-ahci" 17 - "marvell,armada-3700-ahci" 18 - "snps,dwc-ahci" 19 - "snps,spear-ahci" 20 - "generic-ahci" 24 Please note that when using "generic-ahci" you must also specify a SoC specific [all …]
|
D | ahci-mtk.txt | 4 - compatible : Must be "mediatek,<chip>-ahci", "mediatek,mtk-ahci". 5 When using "mediatek,mtk-ahci" compatible strings, you 7 - "mediatek,mt7622-ahci" 16 - ports-implemented : See ./ahci-platform.txt for details. 31 compatible = "mediatek,mt7622-ahci", 32 "mediatek,mtk-ahci";
|
D | qcom-sata.txt | 7 - compatible : compatible list, must contain "generic-ahci" 14 Required properties for "qcom,ipq806x-ahci" compatible: 31 compatible = "qcom,ipq806x-ahci", "generic-ahci";
|
D | ahci-da850.txt | 5 - compatible: must be "ti,da850-ahci" 15 compatible = "ti,da850-ahci";
|
D | ahci-dm816.txt | 5 - compatible: must be "ti,dm816-ahci" 17 compatible = "ti,dm816-ahci";
|
D | ahci-fsl-qoriq.txt | 5 - compatible: Compatibility string. Must be 'fsl,<chip>-ahci', where 16 compatible = "fsl,ls1021a-ahci";
|
D | apm-xgene.txt | 8 * "apm,xgene-ahci" 52 compatible = "apm,xgene-ahci"; 66 compatible = "apm,xgene-ahci-pcie";
|
D | ahci-st.txt | 6 - compatible : Must be "st,ahci" 23 compatible = "st,ahci";
|
D | ahci-ceva.txt | 5 - compatible: Compatibility string. Must be 'ceva,ahci-1v84'. 45 ahci@fd0c0000 { 46 compatible = "ceva,ahci-1v84";
|
/Linux-v5.15/arch/mips/netlogic/xlp/ |
D | Makefile | 9 obj-y += ahci-init.o 10 obj-y += ahci-init-xlp2.o
|
/Linux-v5.15/arch/arm/boot/dts/ |
D | bcm63138.dtsi | 144 ahci: sata@a000 { label 145 compatible = "brcm,bcm63138-ahci", "brcm,sata3-ahci"; 146 reg-names = "ahci", "top-ctrl"; 152 reset-names = "ahci";
|
D | spear1310.dtsi | 53 ahci0: ahci@b1000000 { 54 compatible = "snps,spear-ahci"; 62 ahci1: ahci@b1800000 { 63 compatible = "snps,spear-ahci"; 71 ahci2: ahci@b4000000 { 72 compatible = "snps,spear-ahci";
|
D | sunxi-common-regulators.dtsi | 2 * sunxi boards common regulator (ahci target power supply, usb-vbus) code 48 reg_ahci_5v: ahci-5v { 50 regulator-name = "ahci-5v";
|
D | armada-398.dtsi | 23 compatible = "marvell,armada-380-ahci";
|
D | sun8i-r40-oka40i-c.dts | 73 &ahci { 74 ahci-supply = <®_dldo4>;
|
D | bcm963138dvt.dts | 46 &ahci {
|
D | bcm7445.dtsi | 164 compatible = "brcm,bcm7445-ahci", "brcm,sata3-ahci"; 165 reg-names = "ahci", "top-ctrl";
|
D | armada-395.dtsi | 23 compatible = "marvell,armada-380-ahci";
|
D | spear1340.dtsi | 36 ahci0: ahci@b1000000 { 37 compatible = "snps,spear-ahci";
|
D | berlin2-sony-nsz-gs7.dts | 27 &ahci { status = "okay"; };
|
D | armada-388.dtsi | 24 compatible = "marvell,armada-380-ahci";
|
D | hisi-x5hd2-dkb.dts | 80 &ahci {
|
/Linux-v5.15/drivers/phy/socionext/ |
D | Makefile | 9 obj-$(CONFIG_PHY_UNIPHIER_AHCI) += phy-uniphier-ahci.o
|
/Linux-v5.15/drivers/ata/ |
D | Makefile | 6 obj-$(CONFIG_SATA_AHCI) += ahci.o libahci.o 7 obj-$(CONFIG_SATA_ACARD_AHCI) += acard-ahci.o libahci.o
|
12345