Home
last modified time | relevance | path

Searched refs:MMC_CAP2_NO_SDIO (Results 1 – 15 of 15) sorted by relevance

/linux/drivers/mmc/host/
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()
1424 u32 sd_caps = MMC_CAP2_NO_MMC | MMC_CAP2_NO_SDIO; in sdhci_eic7700_phase_code_tuning()
1505 u32 emmc_caps = MMC_CAP2_NO_SD | MMC_CAP2_NO_SDIO; in sdhci_eic7700_executing_tuning()
1586 u32 sd_caps = MMC_CAP2_NO_MMC | MMC_CAP2_NO_SDIO; in sdhci_eic7700_set_uhs_wrapper()
1596 u32 emmc_caps = MMC_CAP2_NO_SD | MMC_CAP2_NO_SDIO; in eic7700_init()
H A Dsdhci-pci-o2micro.c772 host->mmc->caps2 |= MMC_CAP2_NO_SDIO; in sdhci_pci_o2_probe_slot()
782 host->mmc->caps2 |= MMC_CAP2_NO_SDIO; in sdhci_pci_o2_probe_slot()
797 host->mmc->caps2 |= MMC_CAP2_NO_SDIO | MMC_CAP2_SD_EXP | MMC_CAP2_SD_EXP_1_2V; in sdhci_pci_o2_probe_slot()
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-k1.c115 if (!(host->mmc->caps2 & MMC_CAP2_NO_SDIO)) in spacemit_sdhci_set_uhs_signaling()
H A Dsdhci-pci-gli.c1578 slot->host->mmc->caps2 |= MMC_CAP2_NO_SDIO; in gli_probe_slot_gl9750()
1590 slot->host->mmc->caps2 |= MMC_CAP2_NO_SDIO; in gli_probe_slot_gl9755()
1604 slot->host->mmc->caps2 |= MMC_CAP2_NO_SDIO; in gli_probe_slot_gl9767()
1995 MMC_CAP2_NO_SDIO | in gli_probe_slot_gl9763e()
H A Dlitex_mmc.c609 MMC_CAP2_NO_SDIO | in litex_mmc_probe()
H A Dowl-mmc.c607 mmc->caps2 = (MMC_CAP2_BOOTPART_NOACC | MMC_CAP2_NO_SDIO); in owl_mmc_probe()
H A Dalcor.c1059 mmc->caps2 = MMC_CAP2_NO_SDIO; in alcor_init_mmc()
H A Dsh_mmcif.c1470 mmc->caps2 |= MMC_CAP2_NO_SD | MMC_CAP2_NO_SDIO; in sh_mmcif_probe()
H A Drtsx_usb_sdmmc.c1349 MMC_CAP2_NO_SDIO; in rtsx_usb_init_host()
H A Drtsx_pci_sdmmc.c1503 MMC_CAP2_NO_SDIO; in realtek_init_host()
H A Dmtk-sd.c2035 if (mmc->caps2 & MMC_CAP2_NO_SDIO) { in msdc_init_hw()
3135 } else if (mmc->caps2 & MMC_CAP2_NO_SDIO) { in msdc_drv_probe()
/linux/include/linux/mmc/
H A Dhost.h452 #define MMC_CAP2_NO_SDIO (1 << 19) /* Do not send SDIO commands during initialization */ macro
/linux/drivers/mmc/core/
H A Dhost.c402 host->caps2 |= MMC_CAP2_NO_SDIO; in mmc_of_parse()
H A Dcore.c2119 if (!(host->caps2 & MMC_CAP2_NO_SDIO)) in mmc_rescan_try_freq()
2132 if (!(host->caps2 & MMC_CAP2_NO_SDIO)) in mmc_rescan_try_freq()