Home
last modified time | relevance | path

Searched refs:MMC_CAP2_NO_SD (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/mmc/host/
H A Dsdhci-of-sparx5.c216 host->mmc->caps2 |= (MMC_CAP2_NO_SDIO|MMC_CAP2_NO_SD); in sdhci_sparx5_probe()
H A Dsdhci-of-dwcmshc.c472 u32 emmc_caps = MMC_CAP2_NO_SD | MMC_CAP2_NO_SDIO; in th1520_sdhci_set_phy()
1037 u32 val, emmc_caps = MMC_CAP2_NO_SD | MMC_CAP2_NO_SDIO; in cv18xx_sdhci_reset()
1283 u32 emmc_caps = MMC_CAP2_NO_SD | MMC_CAP2_NO_SDIO; in sdhci_eic7700_config_phy()
1505 u32 emmc_caps = MMC_CAP2_NO_SD | MMC_CAP2_NO_SDIO; in sdhci_eic7700_executing_tuning()
1596 u32 emmc_caps = MMC_CAP2_NO_SD | MMC_CAP2_NO_SDIO; in eic7700_init()
H A Dsdhci-pci-o2micro.c771 host->mmc->caps2 |= MMC_CAP2_NO_SD; in sdhci_pci_o2_probe_slot()
H A Dsh_mmcif.c1470 mmc->caps2 |= MMC_CAP2_NO_SD | MMC_CAP2_NO_SDIO; in sh_mmcif_probe()
H A Dsdhci-pci-gli.c1996 MMC_CAP2_NO_SD; in gli_probe_slot_gl9763e()
/linux/include/linux/mmc/
H A Dhost.h454 #define MMC_CAP2_NO_SD (1 << 21) /* Do not send SD commands during initialization */ macro
/linux/drivers/mmc/core/
H A Dhost.c404 host->caps2 |= MMC_CAP2_NO_SD; in mmc_of_parse()
H A Dcore.c2124 if (!(host->caps2 & MMC_CAP2_NO_SD)) { in mmc_rescan_try_freq()
2136 if (!(host->caps2 & MMC_CAP2_NO_SD)) in mmc_rescan_try_freq()