Home
last modified time | relevance | path

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

/linux-6.15/drivers/mmc/host/
H A Dsdhci-of-sparx5.c220 host->mmc->caps2 |= (MMC_CAP2_NO_SDIO|MMC_CAP2_NO_SD); in sdhci_sparx5_probe()
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-pci-gli.c1501 slot->host->mmc->caps2 |= MMC_CAP2_NO_SDIO; in gli_probe_slot_gl9750()
1513 slot->host->mmc->caps2 |= MMC_CAP2_NO_SDIO; in gli_probe_slot_gl9755()
1527 slot->host->mmc->caps2 |= MMC_CAP2_NO_SDIO; in gli_probe_slot_gl9767()
1915 MMC_CAP2_NO_SDIO | in gli_probe_slot_gl9763e()
H A Dlitex_mmc.c619 MMC_CAP2_NO_SDIO | in litex_mmc_probe()
H A Dowl-mmc.c613 mmc->caps2 = (MMC_CAP2_BOOTPART_NOACC | MMC_CAP2_NO_SDIO); in owl_mmc_probe()
H A Dsdhci-of-dwcmshc.c396 u32 emmc_caps = MMC_CAP2_NO_SD | MMC_CAP2_NO_SDIO; in th1520_sdhci_set_phy()
887 u32 val, emmc_caps = MMC_CAP2_NO_SD | MMC_CAP2_NO_SDIO; in cv18xx_sdhci_reset()
H A Dalcor.c1058 mmc->caps2 = MMC_CAP2_NO_SDIO; in alcor_init_mmc()
H A Drtsx_usb_sdmmc.c1307 MMC_CAP2_NO_SDIO; in rtsx_usb_init_host()
H A Drtsx_pci_sdmmc.c1462 MMC_CAP2_NO_SDIO; in realtek_init_host()
H A Dsh_mmcif.c1470 mmc->caps2 |= MMC_CAP2_NO_SD | MMC_CAP2_NO_SDIO; in sh_mmcif_probe()
H A Dmtk-sd.c1956 if (mmc->caps2 & MMC_CAP2_NO_SDIO) { in msdc_init_hw()
3053 } else if (mmc->caps2 & MMC_CAP2_NO_SDIO) { in msdc_drv_probe()
/linux-6.15/include/linux/mmc/
H A Dhost.h448 #define MMC_CAP2_NO_SDIO (1 << 19) /* Do not send SDIO commands during initialization */ macro
/linux-6.15/drivers/mmc/core/
H A Dhost.c400 host->caps2 |= MMC_CAP2_NO_SDIO; in mmc_of_parse()
H A Dcore.c2096 if (!(host->caps2 & MMC_CAP2_NO_SDIO)) in mmc_rescan_try_freq()
2109 if (!(host->caps2 & MMC_CAP2_NO_SDIO)) in mmc_rescan_try_freq()