Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/mmc/host/
Dsdhci-of-sparx5.c223 host->mmc->caps2 |= (MMC_CAP2_NO_SDIO|MMC_CAP2_NO_SD); in sdhci_sparx5_probe()
Dsdhci-pci-gli.c701 slot->host->mmc->caps2 |= MMC_CAP2_NO_SDIO; in gli_probe_slot_gl9750()
713 slot->host->mmc->caps2 |= MMC_CAP2_NO_SDIO; in gli_probe_slot_gl9755()
1055 MMC_CAP2_NO_SDIO | in gli_probe_slot_gl9763e()
Dsdhci-pci-o2micro.c651 host->mmc->caps2 |= MMC_CAP2_NO_SDIO; in sdhci_pci_o2_probe_slot()
661 host->mmc->caps2 |= MMC_CAP2_NO_SDIO; in sdhci_pci_o2_probe_slot()
Dlitex_mmc.c618 MMC_CAP2_NO_SDIO | in litex_mmc_probe()
Dowl-mmc.c613 mmc->caps2 = (MMC_CAP2_BOOTPART_NOACC | MMC_CAP2_NO_SDIO); in owl_mmc_probe()
Dalcor.c1058 mmc->caps2 = MMC_CAP2_NO_SDIO; in alcor_init_mmc()
Drtsx_usb_sdmmc.c1310 MMC_CAP2_NO_SDIO; in rtsx_usb_init_host()
Dsh_mmcif.c1432 mmc->caps2 |= MMC_CAP2_NO_SD | MMC_CAP2_NO_SDIO; in sh_mmcif_probe()
Drtsx_pci_sdmmc.c1449 MMC_CAP2_NO_SDIO; in realtek_init_host()
Dmtk-sd.c1786 if (mmc->caps2 & MMC_CAP2_NO_SDIO) { in msdc_init_hw()
/Linux-v6.1/include/linux/mmc/
Dhost.h410 #define MMC_CAP2_NO_SDIO (1 << 19) /* Do not send SDIO commands during initialization */ macro
/Linux-v6.1/drivers/mmc/core/
Dhost.c405 host->caps2 |= MMC_CAP2_NO_SDIO; in mmc_of_parse()
Dcore.c2071 if (!(host->caps2 & MMC_CAP2_NO_SDIO)) in mmc_rescan_try_freq()
2084 if (!(host->caps2 & MMC_CAP2_NO_SDIO)) in mmc_rescan_try_freq()