Home
last modified time | relevance | path

Searched refs:ahci (Results 1 – 25 of 855) sorted by relevance

12345678910>>...35

/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/broadcom/stingray/
H A Dstingray-sata.dtsi39 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 Dbrcm,sata-brcm.txt8 "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 Dahci-platform.txt12 - "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 Dahci-mtk.txt4 - 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 Dqcom-sata.txt7 - compatible : compatible list, must contain "generic-ahci"
14 Required properties for "qcom,ipq806x-ahci" compatible:
31 compatible = "qcom,ipq806x-ahci", "generic-ahci";
H A Dnvidia,tegra124-ahci.txt5 - Tegra124 : "nvidia,tegra124-ahci"
6 - Tegra132 : "nvidia,tegra132-ahci", "nvidia,tegra124-ahci"
7 - Tegra210 : "nvidia,tegra210-ahci"
H A Dahci-da850.txt5 - compatible: must be "ti,da850-ahci"
15 compatible = "ti,da850-ahci";
H A Dapm-xgene.txt8 * "apm,xgene-ahci"
52 compatible = "apm,xgene-ahci";
66 compatible = "apm,xgene-ahci-pcie";
H A Dahci-fsl-qoriq.txt5 - compatible: Compatibility string. Must be 'fsl,<chip>-ahci', where
16 compatible = "fsl,ls1021a-ahci";
H A Dahci-dm816.txt5 - compatible: must be "ti,dm816-ahci"
17 compatible = "ti,dm816-ahci";
H A Dahci-st.txt6 - compatible : Must be "st,ahci"
23 compatible = "st,ahci";
H A Dahci-ceva.txt5 - 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 Dintel-sata.txt8 - 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 DMakefile9 obj-$(CONFIG_AHCI) += ahci-uclass.o
10 obj-$(CONFIG_AHCI_PCI) += ahci-pci.o
11 obj-$(CONFIG_SCSI_AHCI) += ahci.o
H A Dahci-uclass.c12 UCLASS_DRIVER(ahci) = {
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dbcm63138.dtsi144 ahci: sata@a000 { label
145 compatible = "brcm,bcm63138-ahci", "brcm,sata3-ahci";
146 reg-names = "ahci", "top-ctrl";
152 reset-names = "ahci";
H A Dspear1310.dtsi53 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 Dsunxi-common-regulators.dtsi2 * 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 D0012_let_dma_buf_write_function_take_MemTxAttrs_argument.patch22 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 D0013_let_dma_buf_read_function_take_MemTxAttrs_argument.patch22 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 D0007_let_dma_memory_map_function_take_MemTxAttrs_argument.patch33 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 DMakefile9 obj-y += ahci-init.o
10 obj-y += ahci-init-xlp2.o
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/reset/
H A Duniphier-reset.txt18 "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 Dsunxi-common-regulators.dtsi2 * 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 DMakefile8 obj-y := highbank.o ahci.o

12345678910>>...35