Searched full:hs400es (Results 1 – 10 of 10) sorted by relevance
/linux/Documentation/devicetree/bindings/mmc/ |
H A D | sprd,sdhci-r11.yaml | 53 "^sprd,phy-delay-(legacy|mmc-(ddr52|highspeed|hs[24]00|hs400es)|sd-(highspeed|uhs-sdr(50|104)))$": 110 sprd,phy-delay-mmc-hs400es = <0x3f 0x3f 0x2e 0x2e>;
|
/linux/drivers/mmc/host/ |
H A D | sdhci-brcmstb.c | 58 void (*hs400es)(struct mmc_host *mmc, struct mmc_ios *ios); member 287 .hs400es = sdhci_brcmstb_hs400es, 293 .hs400es = sdhci_brcmstb_hs400es, 427 if (match_priv->hs400es && in sdhci_brcmstb_probe() 429 host->mmc_host_ops.hs400_enhanced_strobe = match_priv->hs400es; in sdhci_brcmstb_probe()
|
H A D | sdhci-tegra.c | 804 * switching to HS400ES mode, the bus is operating at in tegra_sdhci_hs400_enhanced_strobe() 806 * To meet Tegra SDHCI requirement at HS400ES mode, force SDHCI in tegra_sdhci_hs400_enhanced_strobe()
|
H A D | sdhci-sprd.c | 113 { "sprd,phy-delay-mmc-hs400es", MMC_TIMING_MMC_HS400 + 1, },
|
H A D | sdhci-esdhc-imx.c | 178 /* The IP supports HS400ES mode */ 1661 /* HS400/HS400ES require 8 bit bus */ in sdhci_esdhc_imx_probe_dt()
|
H A D | sdhci-of-dwcmshc.c | 648 * Before switching to hs400es mode, the driver will enable in dwcmshc_rk3568_set_clock()
|
/linux/arch/arm64/boot/dts/sprd/ |
H A D | whale2.dtsi | 154 sprd,phy-delay-mmc-hs400es = <0x3f 0x3f 0x2e 0x2e>;
|
/linux/drivers/mmc/core/ |
H A D | mmc.c | 1385 pr_err("%s: switch to hs for hs400es failed, err:%d\n", in mmc_select_hs400es() 1408 pr_err("%s: switch to bus width for hs400es failed, err:%d\n", in mmc_select_hs400es() 1423 pr_err("%s: switch to hs400es failed, err:%d\n", in mmc_select_hs400es() 1530 * Activate High Speed, HS200 or HS400ES mode if supported.
|
/linux/include/linux/mmc/ |
H A D | mmc.h | 368 #define EXT_CSD_CARD_TYPE_HS400ES (1<<8) /* Card can run at HS400ES */
|
H A D | host.h | 81 bool enhanced_strobe; /* hs400es selection */
|