Home
last modified time | relevance | path

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

/openbmc/linux/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.c1085 slot->host->mmc->caps2 |= MMC_CAP2_NO_SDIO; in gli_probe_slot_gl9750()
1097 slot->host->mmc->caps2 |= MMC_CAP2_NO_SDIO; in gli_probe_slot_gl9755()
1110 slot->host->mmc->caps2 |= MMC_CAP2_NO_SDIO; in gli_probe_slot_gl9767()
1497 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 Dalcor.c1058 mmc->caps2 = MMC_CAP2_NO_SDIO; in alcor_init_mmc()
H A Drtsx_usb_sdmmc.c1310 MMC_CAP2_NO_SDIO; in rtsx_usb_init_host()
H A Dsh_mmcif.c1431 mmc->caps2 |= MMC_CAP2_NO_SD | MMC_CAP2_NO_SDIO; in sh_mmcif_probe()
H A Drtsx_pci_sdmmc.c1449 MMC_CAP2_NO_SDIO; in realtek_init_host()
H A Dmtk-sd.c1798 if (mmc->caps2 & MMC_CAP2_NO_SDIO) { in msdc_init_hw()
/openbmc/linux/include/linux/mmc/
H A Dhost.h416 #define MMC_CAP2_NO_SDIO (1 << 19) /* Do not send SDIO commands during initialization */ macro
/openbmc/linux/drivers/mmc/core/
H A Dhost.c404 host->caps2 |= MMC_CAP2_NO_SDIO; in mmc_of_parse()
H A Dcore.c2075 if (!(host->caps2 & MMC_CAP2_NO_SDIO)) in mmc_rescan_try_freq()
2088 if (!(host->caps2 & MMC_CAP2_NO_SDIO)) in mmc_rescan_try_freq()