Home
last modified time | relevance | path

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

12345678

/openbmc/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.
62 marvell,xenon-sdhc-id:
67 Indicate the corresponding bit index of current SDHC in SDHC System
69 enable/disable current SDHC.
84 entire SDHC type or property. For example, "emmc 5.1 phy" doesn't mean
85 that this Xenon SDHC only supports eMMC 5.1.
133 Xenon SDHC SoC usually doesn't provide re-tuning counter in
H A Dsdhci-msm.yaml137 - description: data path, sdhc to ddr
138 - description: config path, cpu to sdhc
143 - const: sdhc-ddr
144 - const: cpu-sdhc
/openbmc/u-boot/doc/
H A DREADME.fsl-esdhc5 operating Qixis FPGA relevant registers. The STAT_PRES1 register has SDHC
6 Card ID[0:2] bits showing the type of card installed in the SDHC Adapter Slot.
8 SDHC Card ID[0:2] Adapter Card Type
/openbmc/u-boot/board/freescale/ls1088a/
H A DREADME59 - SDHC/eMMC
60 - SDHC slot and onboard eMMC are muxed together
125 - SDHC/eMMC
126 - SDHC/eMMC slot via adaptor
/openbmc/linux/drivers/mmc/host/
H A Dsdhci-xenon.c3 * Driver for Marvell Xenon SDHC as a platform device
59 /* Get the bit shift basing on the SDHC index */ in xenon_set_sdclk_off_idle()
82 /* Enable this SDHC */
100 /* Disable this SDHC */
412 * sdhc-id: the index of current SDHC.
431 if (!device_property_read_u32(dev, "marvell,xenon-sdhc-id", &sdhc_id)) { in xenon_probe_params()
435 dev_err(mmc_dev(mmc), "SDHC Index %d exceeds Number of SDHCs %d\n", in xenon_probe_params()
462 /* Enable SDHC */ in xenon_sdhc_prepare()
485 /* disable SDHC */ in xenon_sdhc_unprepare()
711 MODULE_DESCRIPTION("SDHCI platform driver for Marvell Xenon SDHC");
H A Dsdhci-xenon.h11 /* Register Offset of Xenon SDHC self-defined register */
65 /* idx of SDHC */
83 * record the current ios setting of Xenon SDHC.
H A DMakefile64 meson-mx-sdhc-objs := meson-mx-sdhc-clkc.o meson-mx-sdhc-mmc.o
65 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"
893 .compatible = "amlogic,meson8-sdhc",
897 .compatible = "amlogic,meson8b-sdhc",
901 .compatible = "amlogic,meson8m2-sdhc",
912 .name = "meson-mx-sdhc",
920 MODULE_DESCRIPTION("Meson6, Meson8, Meson8b and Meson8m2 SDHC Host Driver");
/openbmc/u-boot/board/freescale/p1010rdb/
H A DREADME.P1010RDB-PB103 SDHC is muxed with IFC. IFC and SPI flash are enabled by default.
113 To enable SDHC in case of NOR/NAND/SPI boot
115 run 'mux sdhc' in U-Boot to validate SDHC with invalidating IFC.
122 run 'mux ifc' in U-Boot to validate IFC with invalidating SDHC.
173 3) => mux sdhc
/openbmc/linux/arch/arm/boot/dts/amlogic/
H A Dmeson8m2.dtsi87 &sdhc {
88 compatible = "amlogic,meson8m2-sdhc", "amlogic,meson-mx-sdhc";
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dconfig_mpc85xx.h339 #define CONFIG_SYS_SDHC_CLK 0/* Select SDHC CLK begining from PLL1
341 #define CONFIG_SYS_SDHC_CLK_2_PLL /* Select SDHC CLK from 2 PLLs */
370 #define CONFIG_SYS_SDHC_CLK 0/* Select SDHC CLK begining from PLL1
410 #define CONFIG_SYS_SDHC_CLK 1/* Select SDHC CLK begining from PLL2
412 #define CONFIG_SYS_SDHC_CLK_2_PLL /* Select SDHC CLK from 2 PLLs */
/openbmc/linux/arch/powerpc/boot/dts/fsl/
H A Dqoriq-esdhc-0.dtsi35 sdhc: sdhc@114000 { label
H A Db4420si-pre.dtsi57 sdhc = &sdhc;
H A Dt102xsi-pre.dtsi59 sdhc = &sdhc;
H A Db4860si-pre.dtsi57 sdhc = &sdhc;
H A Dt208xsi-pre.dtsi74 sdhc = &sdhc;
/openbmc/u-boot/board/freescale/ls1021aiot/
H A DREADME24 - SDHC
25 - SDHC port connects directly to a full 8-bit SD/MMC slot
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dvt8500.txt66 sdhc: sdhc {
/openbmc/linux/arch/arm/boot/dts/vt8500/
H A Dwm8650.dtsi164 clksdhc: sdhc {
194 sdhc@d800a000 {
195 compatible = "wm,wm8505-sdhc";
/openbmc/u-boot/board/freescale/ls1043aqds/
H A DREADME33 - SDHC port connects directly to an adapter card slot, featuring:
35 - SD slots for SD, SDHC (1x, 4x, 8x), and/or MMC
/openbmc/u-boot/board/freescale/ls1046aqds/
H A DREADME33 - SDHC port connects directly to an adapter card slot, featuring:
35 - SD slots for SD, SDHC (1x, 4x, 8x), and/or MMC
/openbmc/u-boot/board/freescale/t1040qds/
H A DREADME83 - SDHC
84 - SDHC port connects directly to an adapter card slot, featuring:
85 - Supporting SD slots for: SD, SDHC (1x, 4x, 8x) and/or MMC
/openbmc/openbmc/meta-arm/meta-arm-bsp/conf/machine/
H A Dcorstone1000-fvp.conf54 FVP_CONFIG[board.msd_mmc.card_type] ?= "SDHC"
63 FVP_CONFIG[board.msd_mmc_2.card_type] ?= "SDHC"

12345678