Home
last modified time | relevance | path

Searched full:sdhc (Results 1 – 25 of 122) sorted by relevance

12345

/linux/Documentation/devicetree/bindings/mmc/
H A Damlogic,meson-mx-sdhc.yaml4 $id: http://devicetree.org/schemas/mmc/amlogic,meson-mx-sdhc.yaml#
7 title: Amlogic Meson SDHC controller
16 The SDHC MMC host controller on Amlogic SoCs provides an eMMC and MMC
24 - amlogic,meson8-sdhc
25 - amlogic,meson8b-sdhc
26 - amlogic,meson8m2-sdhc
27 - const: amlogic,meson-mx-sdhc
60 sdhc: mmc@8e00 {
61 compatible = "amlogic,meson8-sdhc", "amlogic,meson-mx-sdhc";
H A Dvt8500-sdmmc.txt7 - compatible: Should be "wm,wm8505-sdhc".
15 sdhc@d800a000 {
16 compatible = "wm,wm8505-sdhc";
19 clocks = <&sdhc>;
H A Dmarvell,xenon-sdhci.yaml14 Each SDHC is independent and owns independent resources, such as register
17 Each SDHC should have an independent device tree node.
64 marvell,xenon-sdhc-id:
69 Indicate the corresponding bit index of current SDHC in SDHC System
71 enable/disable current SDHC.
86 entire SDHC type or property. For example, "emmc 5.1 phy" doesn't mean
87 that this Xenon SDHC only supports eMMC 5.1.
135 Xenon SDHC SoC usually doesn't provide re-tuning counter in
H A Dsdhci-msm.yaml141 - description: data path, sdhc to ddr
142 - description: config path, cpu to sdhc
147 - const: sdhc-ddr
148 - const: cpu-sdhc
/linux/drivers/mmc/host/
H A Dsdhci-xenon.c3 * Driver for Marvell Xenon SDHC as a platform device
61 /* Get the bit shift basing on the SDHC index */ in xenon_set_sdclk_off_idle()
84 /* Enable this SDHC */
102 /* Disable this SDHC */
414 * sdhc-id: the index of current SDHC.
434 if (!device_property_read_u32(dev, "marvell,xenon-sdhc-id", &sdhc_id)) { in xenon_probe_params()
438 dev_err(mmc_dev(mmc), "SDHC Index %d exceeds Number of SDHCs %d\n", in xenon_probe_params()
482 /* Enable SDHC */ in xenon_sdhc_prepare()
505 /* disable SDHC */ in xenon_sdhc_unprepare()
742 MODULE_DESCRIPTION("SDHCI platform driver for Marvell Xenon SDHC");
H A Dsdhci-xenon.h11 /* Register Offset of Xenon SDHC self-defined register */
66 /* idx of SDHC */
84 * record the current ios setting of Xenon SDHC.
H A DMakefile65 meson-mx-sdhc-objs := meson-mx-sdhc-clkc.o meson-mx-sdhc-mmc.o
66 obj-$(CONFIG_MMC_MESON_MX_SDHC) += meson-mx-sdhc.o
H A Dmeson-mx-sdhc-mmc.c3 * Amlogic Meson6/Meson8/Meson8b/Meson8m2 SDHC MMC host controller driver.
26 #include "meson-mx-sdhc.h"
890 .compatible = "amlogic,meson8-sdhc",
894 .compatible = "amlogic,meson8b-sdhc",
898 .compatible = "amlogic,meson8m2-sdhc",
909 .name = "meson-mx-sdhc",
917 MODULE_DESCRIPTION("Meson6, Meson8, Meson8b and Meson8m2 SDHC Host Driver");
H A Dmeson-mx-sdhc-clkc.c3 * Amlogic Meson SDHC clock controller
13 #include "meson-mx-sdhc.h"
/linux/arch/arm/boot/dts/amlogic/
H A Dmeson8m2.dtsi87 &sdhc {
88 compatible = "amlogic,meson8m2-sdhc", "amlogic,meson-mx-sdhc";
/linux/arch/powerpc/boot/dts/fsl/
H A Dqoriq-esdhc-0.dtsi35 sdhc: sdhc@114000 { label
H A Dt102xsi-pre.dtsi59 sdhc = &sdhc;
H A Db4420si-pre.dtsi57 sdhc = &sdhc;
H A Db4860si-pre.dtsi57 sdhc = &sdhc;
H A Dp5020si-pre.dtsi61 sdhc = &sdhc;
H A Dt208xsi-pre.dtsi74 sdhc = &sdhc;
H A Dt104xsi-pre.dtsi58 sdhc = &sdhc;
H A Dp3041si-pre.dtsi61 sdhc = &sdhc;
H A Dp2041si-pre.dtsi60 sdhc = &sdhc;
H A Dp5040si-pre.dtsi60 sdhc = &sdhc;
/linux/arch/arm/boot/dts/vt8500/
H A Dwm8650.dtsi164 clksdhc: sdhc {
194 sdhc@d800a000 {
195 compatible = "wm,wm8505-sdhc";
H A Dwm8505.dtsi192 clksdhc: sdhc {
286 sdhc@d800a000 {
287 compatible = "wm,wm8505-sdhc";
H A Dwm8850.dtsi206 clksdhc: sdhc {
297 sdhc@d800a000 {
298 compatible = "wm,wm8505-sdhc";
H A Dwm8750.dtsi211 clksdhc: sdhc {
326 sdhc@d800a000 {
327 compatible = "wm,wm8505-sdhc";
/linux/Documentation/devicetree/bindings/clock/
H A Dvt8500.txt66 sdhc: sdhc {

12345