| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mmc/ |
| H A D | amlogic,meson-mx-sdhc.yaml | 4 $id: http://devicetree.org/schemas/mmc/amlogic,meson-mx-sdhc.yaml# 7 title: Amlogic Meson SDHC controller Device Tree Bindings 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 D | marvell,xenon-sdhci.txt | 6 Each SDHC is independent and owns independent resources, such as register sets, 8 Each SDHC should have an independent device tree node. 18 Array of clocks required for SDHC. 38 - marvell,xenon-sdhc-id: 39 Indicate the corresponding bit index of current SDHC in 40 SDHC System Operation Control Register Bit[7:0]. 41 Set/clear the corresponding bit to enable/disable current SDHC. 42 If Xenon IP contains only one SDHC, this property is optional. 54 It doesn't stand for the entire SDHC type or property. 55 For example, "emmc 5.1 phy" doesn't mean that this Xenon SDHC only [all …]
|
| H A D | sdhci-msm.txt | 31 - CQE register map (Optional, CQE support is present on SDHC instance meant 66 - interconnect-names: For sdhc, we have two main paths. 67 1. Data path : sdhc to ddr 68 2. Config path : cpu to sdhc 70 is "sdhc-ddr" and for config interconnect path it is 71 "cpu-sdhc". 94 interconnect-names = "sdhc-ddr","cpu-sdhc";
|
| H A D | vt8500-sdmmc.txt | 7 - compatible: Should be "wm,wm8505-sdhc". 15 sdhc@d800a000 { 16 compatible = "wm,wm8505-sdhc"; 19 clocks = <&sdhc>;
|
| H A D | sdhci-sirf.txt | 7 - compatible: sirf,prima2-sdhc 15 compatible = "sirf,prima2-sdhc";
|
| /OK3568_Linux_fs/kernel/drivers/mmc/host/ |
| H A D | sdhci-xenon.c | 3 * Driver for Marvell Xenon SDHC as a platform device 58 /* Get the bit shift basing on the SDHC index */ in xenon_set_sdclk_off_idle() 81 /* Enable this SDHC */ 99 /* Disable this SDHC */ 401 * sdhc-id: the index of current SDHC. 420 if (!of_property_read_u32(np, "marvell,xenon-sdhc-id", &sdhc_id)) { in xenon_probe_dt() 424 dev_err(mmc_dev(mmc), "SDHC Index %d exceeds Number of SDHCs %d\n", in xenon_probe_dt() 451 /* Enable SDHC */ in xenon_sdhc_prepare() 474 /* disable SDHC */ in xenon_sdhc_unprepare() 685 MODULE_DESCRIPTION("SDHCI platform driver for Marvell Xenon SDHC");
|
| H A D | sdhci-xenon.h | 11 /* Register Offset of Xenon SDHC self-defined register */ 58 /* idx of SDHC */ 76 * record the current ios setting of Xenon SDHC.
|
| H A D | Makefile | 72 meson-mx-sdhc-objs := meson-mx-sdhc-clkc.o meson-mx-sdhc-mmc.o 73 obj-$(CONFIG_MMC_MESON_MX_SDHC) += meson-mx-sdhc.o
|
| H A D | meson-mx-sdhc-mmc.c | 3 * Amlogic Meson6/Meson8/Meson8b/Meson8m2 SDHC MMC host controller driver. 26 #include "meson-mx-sdhc.h" 907 .compatible = "amlogic,meson8-sdhc", 911 .compatible = "amlogic,meson8b-sdhc", 915 .compatible = "amlogic,meson8m2-sdhc", 926 .name = "meson-mx-sdhc", 934 MODULE_DESCRIPTION("Meson6, Meson8, Meson8b and Meson8m2 SDHC Host Driver");
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.fsl-esdhc | 5 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
|
| /OK3568_Linux_fs/u-boot/board/freescale/p1010rdb/ |
| H A D | README.P1010RDB-PB | 103 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
|
| H A D | p1010rdb.c | 308 puts("SDHC\n"); in checkboard() 475 /* Delete IFC node as IFC pins are multiplexing with SDHC */ in ft_board_setup() 560 else if (strcmp(argv[1], "sdhc") == 0) in pin_mux_cmd() 569 "configure multiplexing pin for IFC/SDHC bus in runtime", 570 "bus_type (e.g. mux sdhc)"
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | meson8m2.dtsi | 87 &sdhc { 88 compatible = "amlogic,meson8m2-sdhc", "amlogic,meson-mx-sdhc";
|
| H A D | wm8650.dtsi | 164 clksdhc: sdhc { 194 sdhc@d800a000 { 195 compatible = "wm,wm8505-sdhc";
|
| H A D | prima2.dtsi | 707 compatible = "sirf,prima2-sdhc"; 717 compatible = "sirf,prima2-sdhc"; 727 compatible = "sirf,prima2-sdhc"; 736 compatible = "sirf,prima2-sdhc"; 745 compatible = "sirf,prima2-sdhc"; 754 compatible = "sirf,prima2-sdhc";
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/ |
| H A D | config_mpc85xx.h | 340 #define CONFIG_SYS_SDHC_CLK 0/* Select SDHC CLK begining from PLL1 342 #define CONFIG_SYS_SDHC_CLK_2_PLL /* Select SDHC CLK from 2 PLLs */ 371 #define CONFIG_SYS_SDHC_CLK 0/* Select SDHC CLK begining from PLL1 411 #define CONFIG_SYS_SDHC_CLK 1/* Select SDHC CLK begining from PLL2 413 #define CONFIG_SYS_SDHC_CLK_2_PLL /* Select SDHC CLK from 2 PLLs */
|
| /OK3568_Linux_fs/u-boot/board/freescale/ls1021aiot/ |
| H A D | README | 24 - SDHC 25 - SDHC port connects directly to a full 8-bit SD/MMC slot
|
| /OK3568_Linux_fs/kernel/arch/powerpc/boot/dts/fsl/ |
| H A D | qoriq-esdhc-0.dtsi | 35 sdhc: sdhc@114000 { label
|
| H A D | t102xsi-pre.dtsi | 59 sdhc = &sdhc;
|
| H A D | b4420si-pre.dtsi | 57 sdhc = &sdhc;
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | uniphier-pro4.dtsi | 446 sd: sdhc@5a400000 { 447 compatible = "socionext,uniphier-sdhc"; 464 emmc: sdhc@5a500000 { 465 compatible = "socionext,uniphier-sdhc"; 481 sd1: sdhc@5a600000 { 482 compatible = "socionext,uniphier-sdhc";
|
| /OK3568_Linux_fs/u-boot/board/freescale/t1040qds/ |
| H A D | README | 83 - 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
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/ |
| H A D | vt8500.txt | 66 sdhc: sdhc {
|
| /OK3568_Linux_fs/u-boot/board/freescale/ls1043aqds/ |
| H A D | README | 33 - SDHC port connects directly to an adapter card slot, featuring: 35 - SD slots for SD, SDHC (1x, 4x, 8x), and/or MMC
|
| /OK3568_Linux_fs/u-boot/board/freescale/ls1046aqds/ |
| H A D | README | 33 - SDHC port connects directly to an adapter card slot, featuring: 35 - SD slots for SD, SDHC (1x, 4x, 8x), and/or MMC
|