| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/broadcom/stingray/ |
| H A D | stingray-sata.dtsi | 39 sata0: ahci@0 { 40 compatible = "brcm,iproc-ahci", "generic-ahci"; 42 reg-names = "ahci"; 69 sata1: ahci@10000 { 70 compatible = "brcm,iproc-ahci", "generic-ahci"; 72 reg-names = "ahci"; 99 sata2: ahci@20000 { 100 compatible = "brcm,iproc-ahci", "generic-ahci"; 102 reg-names = "ahci"; 129 sata3: ahci@30000 { [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/ata/ |
| H A 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 …]
|
| H A 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 …]
|
| H A 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";
|
| H A 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";
|
| H A D | nvidia,tegra124-ahci.txt | 5 - Tegra124 : "nvidia,tegra124-ahci" 6 - Tegra132 : "nvidia,tegra132-ahci", "nvidia,tegra124-ahci" 7 - Tegra210 : "nvidia,tegra210-ahci"
|
| H A D | ahci-da850.txt | 5 - compatible: must be "ti,da850-ahci" 15 compatible = "ti,da850-ahci";
|
| H A D | apm-xgene.txt | 8 * "apm,xgene-ahci" 52 compatible = "apm,xgene-ahci"; 66 compatible = "apm,xgene-ahci-pcie";
|
| H A D | ahci-fsl-qoriq.txt | 5 - compatible: Compatibility string. Must be 'fsl,<chip>-ahci', where 16 compatible = "fsl,ls1021a-ahci";
|
| H A D | ahci-dm816.txt | 5 - compatible: must be "ti,dm816-ahci" 17 compatible = "ti,dm816-ahci";
|
| H A D | ahci-st.txt | 6 - compatible : Must be "st,ahci" 23 compatible = "st,ahci";
|
| H A D | ahci-ceva.txt | 5 - compatible: Compatibility string. Must be 'ceva,ahci-1v84'. 43 ahci@fd0c0000 { 44 compatible = "ceva,ahci-1v84";
|
| /OK3568_Linux_fs/u-boot/doc/device-tree-bindings/ata/ |
| H A D | intel-sata.txt | 8 - compatible = "intel,pantherpoint-ahci" 10 "ahci" : Use AHCI mode (default) 22 compatible = "intel,pantherpoint-ahci"; 23 intel,sata-mode = "ahci";
|
| /OK3568_Linux_fs/u-boot/drivers/ata/ |
| H A D | Makefile | 9 obj-$(CONFIG_AHCI) += ahci-uclass.o 10 obj-$(CONFIG_AHCI_PCI) += ahci-pci.o 11 obj-$(CONFIG_SCSI_AHCI) += ahci.o
|
| H A D | ahci-uclass.c | 12 UCLASS_DRIVER(ahci) = {
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A 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";
|
| H A 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";
|
| H A 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";
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/ |
| H A D | 0012_let_dma_buf_write_function_take_MemTxAttrs_argument.patch | 22 hw/ide/ahci.c | 6 ++++-- 30 diff --git a/hw/ide/ahci.c b/hw/ide/ahci.c 32 --- a/hw/ide/ahci.c 33 +++ b/hw/ide/ahci.c
|
| H A D | 0013_let_dma_buf_read_function_take_MemTxAttrs_argument.patch | 22 hw/ide/ahci.c | 4 ++-- 30 diff --git a/hw/ide/ahci.c b/hw/ide/ahci.c 32 --- a/hw/ide/ahci.c 33 +++ b/hw/ide/ahci.c
|
| H A D | 0007_let_dma_memory_map_function_take_MemTxAttrs_argument.patch | 33 hw/ide/ahci.c | 8 +++++--- 102 diff --git a/hw/ide/ahci.c b/hw/ide/ahci.c 104 --- a/hw/ide/ahci.c 105 +++ b/hw/ide/ahci.c
|
| /OK3568_Linux_fs/kernel/arch/mips/netlogic/xlp/ |
| H A D | Makefile | 9 obj-y += ahci-init.o 10 obj-y += ahci-init-xlp2.o
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/reset/ |
| H A D | uniphier-reset.txt | 18 "socionext,uniphier-pro4-ahci-reset" - for Pro4 SoC AHCI 19 "socionext,uniphier-pxs2-ahci-reset" - for PXs2 SoC AHCI 20 "socionext,uniphier-pxs3-ahci-reset" - for PXs3 SoC AHCI
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | sunxi-common-regulators.dtsi | 2 * sunxi boards common regulator (ahci target power supply, usb-vbus) code 79 reg_ahci_5v: ahci-5v { 83 regulator-name = "ahci-5v";
|
| /OK3568_Linux_fs/u-boot/board/highbank/ |
| H A D | Makefile | 8 obj-y := highbank.o ahci.o
|