Home
last modified time | relevance | path

Searched +full:conf +full:- +full:sdio3 (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-4.19/Documentation/devicetree/bindings/mmc/
Dsdhci-pxa.txt1 * Marvell sdhci-pxa v2/v3 controller
4 and the properties used by the sdhci-pxav2 and sdhci-pxav3 drivers.
7 - compatible: Should be "mrvl,pxav2-mmc", "mrvl,pxav3-mmc" or
8 "marvell,armada-380-sdhci".
9 - reg:
10 * for "mrvl,pxav2-mmc" and "mrvl,pxav3-mmc", one register area for
13 * for "marvell,armada-380-sdhci", three register areas. The first
16 SDIO3 Configuration register
17 - reg names: should be "sdhci", "mbus", "conf-sdio3". only mandatory
18 for "marvell,armada-380-sdhci"
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mmc/
Dsdhci-pxa.yaml1 # SPDX-License-Identifier: GPL-2.0-only
3 ---
4 $id: http://devicetree.org/schemas/mmc/sdhci-pxa.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Ulf Hansson <ulf.hansson@linaro.org>
13 - $ref: mmc-controller.yaml#
14 - if:
18 const: marvell,armada-380-sdhci
23 reg-names:
26 - reg-names
[all …]
/kernel/linux/linux-4.19/drivers/mmc/host/
Dsdhci-pxav3.c27 #include <linux/mmc/slot-gpio.h>
40 #include "sdhci-pltfm.h"
77 * Fields below belong to SDIO3 Configuration Register (third register
92 dev_err(&pdev->dev, "no mbus dram info\n"); in mv_conf_mbus_windows()
93 return -EINVAL; in mv_conf_mbus_windows()
98 dev_err(&pdev->dev, "cannot get mbus registers\n"); in mv_conf_mbus_windows()
99 return -EINVAL; in mv_conf_mbus_windows()
102 regs = ioremap(res->start, resource_size(res)); in mv_conf_mbus_windows()
104 dev_err(&pdev->dev, "cannot map mbus registers\n"); in mv_conf_mbus_windows()
105 return -ENOMEM; in mv_conf_mbus_windows()
[all …]
/kernel/linux/linux-5.10/drivers/mmc/host/
Dsdhci-pxav3.c1 // SPDX-License-Identifier: GPL-2.0-only
28 #include "sdhci-pltfm.h"
65 * Fields below belong to SDIO3 Configuration Register (third register
80 dev_err(&pdev->dev, "no mbus dram info\n"); in mv_conf_mbus_windows()
81 return -EINVAL; in mv_conf_mbus_windows()
86 dev_err(&pdev->dev, "cannot get mbus registers\n"); in mv_conf_mbus_windows()
87 return -EINVAL; in mv_conf_mbus_windows()
90 regs = ioremap(res->start, resource_size(res)); in mv_conf_mbus_windows()
92 dev_err(&pdev->dev, "cannot map mbus registers\n"); in mv_conf_mbus_windows()
93 return -ENOMEM; in mv_conf_mbus_windows()
[all …]
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Darmada-38x.dtsi1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
8 * Gregory CLEMENT <gregory.clement@free-electrons.com>
9 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
12 #include <dt-bindings/interrupt-controller/arm-gic.h>
13 #include <dt-bindings/interrupt-controller/irq.h>
18 #address-cells = <1>;
19 #size-cells = <1>;
32 compatible = "arm,cortex-a9-pmu";
33 interrupts-extended = <&mpic 3>;
37 compatible = "marvell,armada380-mbus", "simple-bus";
[all …]
Darmada-39x.dtsi1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
7 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 #include <dt-bindings/interrupt-controller/arm-gic.h>
11 #include <dt-bindings/interrupt-controller/irq.h>
16 #address-cells = <1>;
17 #size-cells = <1>;
31 #address-cells = <1>;
32 #size-cells = <0>;
33 enable-method = "marvell,armada-390-smp";
37 compatible = "arm,cortex-a9";
[all …]
/kernel/linux/linux-4.19/arch/arm/boot/dts/
Darmada-39x.dtsi1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
7 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
11 #include <dt-bindings/interrupt-controller/arm-gic.h>
12 #include <dt-bindings/interrupt-controller/irq.h>
30 #address-cells = <1>;
31 #size-cells = <0>;
32 enable-method = "marvell,armada-390-smp";
36 compatible = "arm,cortex-a9";
41 compatible = "arm,cortex-a9";
47 compatible = "arm,cortex-a9-pmu";
[all …]
Darmada-38x.dtsi1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
8 * Gregory CLEMENT <gregory.clement@free-electrons.com>
9 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
13 #include <dt-bindings/interrupt-controller/arm-gic.h>
14 #include <dt-bindings/interrupt-controller/irq.h>
30 compatible = "arm,cortex-a9-pmu";
31 interrupts-extended = <&mpic 3>;
35 compatible = "marvell,armada380-mbus", "simple-bus";
36 #address-cells = <2>;
37 #size-cells = <1>;
[all …]