Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
H A Dsdhci-of-k1.c101 if (!(host->mmc->caps2 & MMC_CAP2_NO_MMC)) in spacemit_sdhci_reset()
273 if (!(host->mmc->caps2 & MMC_CAP2_NO_MMC)) { in spacemit_sdhci_probe()
H A Dlitex_mmc.c610 MMC_CAP2_NO_MMC; in litex_mmc_probe()
H A Dsdhci-of-dwcmshc.c1424 u32 sd_caps = MMC_CAP2_NO_MMC | MMC_CAP2_NO_SDIO; in sdhci_eic7700_phase_code_tuning()
1586 u32 sd_caps = MMC_CAP2_NO_MMC | MMC_CAP2_NO_SDIO; in sdhci_eic7700_set_uhs_wrapper()
H A Drtsx_pci_sdmmc.c1484 mmc->caps2 |= MMC_CAP2_NO_MMC; in init_extra_caps()
H A Dmtk-sd.c2894 if (mmc->caps2 & MMC_CAP2_NO_MMC) in msdc_of_property_parse()
3007 if (!(mmc->caps2 & MMC_CAP2_NO_MMC)) { in msdc_drv_probe()
/linux/drivers/mmc/core/
H A Dhost.c406 host->caps2 |= MMC_CAP2_NO_MMC; in mmc_of_parse()
628 !(caps & MMC_CAP_8_BIT_DATA) && !(caps2 & MMC_CAP2_NO_MMC)) { in mmc_validate_host_caps()
H A Dcore.c2140 if (!(host->caps2 & MMC_CAP2_NO_MMC)) in mmc_rescan_try_freq()
/linux/include/linux/mmc/
H A Dhost.h455 #define MMC_CAP2_NO_MMC (1 << 22) /* Do not send (e)MMC commands during initialization */ macro