Home
last modified time | relevance | path

Searched refs:MMC_CAP_NONREMOVABLE (Results 1 – 18 of 18) sorted by relevance

/Linux-v5.4/drivers/mmc/host/
Dsdhci-acpi.c423 .caps = MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE |
442 .caps = MMC_CAP_NONREMOVABLE | MMC_CAP_POWER_OFF_CARD |
524 .caps = MMC_CAP_NONREMOVABLE,
532 .caps = MMC_CAP_NONREMOVABLE,
606 .caps = MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE,
Dsdhci-of-at91.c121 if (host->mmc->caps & MMC_CAP_NONREMOVABLE) in sdhci_at91_reset()
398 if (host->mmc->caps & MMC_CAP_NONREMOVABLE) in sdhci_at91_probe()
Dsdhci-pci-core.c409 slot->host->mmc->caps |= MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE; in mfd_emmc_probe_slot()
416 slot->host->mmc->caps |= MMC_CAP_POWER_OFF_CARD | MMC_CAP_NONREMOVABLE; in mfd_sdio_probe_slot()
773 slot->host->mmc->caps |= MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE | in byt_emmc_probe_slot()
954 slot->host->mmc->caps |= MMC_CAP_POWER_OFF_CARD | MMC_CAP_NONREMOVABLE | in ni_byt_sdio_probe_slot()
962 slot->host->mmc->caps |= MMC_CAP_POWER_OFF_CARD | MMC_CAP_NONREMOVABLE | in byt_sdio_probe_slot()
1132 slot->host->mmc->caps |= MMC_CAP_NONREMOVABLE | in intel_mrfld_mmc_probe_slot()
1142 slot->host->mmc->caps |= MMC_CAP_NONREMOVABLE | in intel_mrfld_mmc_probe_slot()
Dsdhci-pxav2.c196 host->mmc->caps |= MMC_CAP_NONREMOVABLE; in sdhci_pxav2_probe()
Dsdhci-pci-arasan.c304 slot->host->mmc->caps |= MMC_CAP_NONREMOVABLE | MMC_CAP_8_BIT_DATA; in arasan_pci_probe_slot()
Dsdhci_am654.c341 if (host->mmc->caps & MMC_CAP_NONREMOVABLE) in sdhci_am654_init()
Dsdhci-pxav3.c427 host->mmc->caps |= MMC_CAP_NONREMOVABLE; in sdhci_pxav3_probe()
Dsdhci-s3c.c607 host->mmc->caps = MMC_CAP_NONREMOVABLE; in sdhci_s3c_probe()
Dmtk-sd.c2122 if (mmc->caps & MMC_CAP_NONREMOVABLE) in msdc_get_cd()
2273 if (!(mmc->caps & MMC_CAP_NONREMOVABLE) && in msdc_drv_probe()
Dsdhci-esdhc-imx.c1410 host->mmc->caps |= MMC_CAP_NONREMOVABLE; in sdhci_esdhc_imx_probe_nondt()
Domap_hsmmc.c1911 mmc->caps |= MMC_CAP_NONREMOVABLE; in omap_hsmmc_probe()
Datmel-mci.c2288 mmc->caps |= MMC_CAP_NONREMOVABLE; in atmci_init_slot()
/Linux-v5.4/drivers/mmc/core/
Dhost.c223 host->caps |= MMC_CAP_NONREMOVABLE; in mmc_of_parse()
325 if (host->caps & MMC_CAP_NONREMOVABLE) in mmc_of_parse()
/Linux-v5.4/include/linux/mmc/
Dhost.h319 #define MMC_CAP_NONREMOVABLE (1 << 8) /* Nonremovable e.g. eMMC */ macro
542 return !(host->caps & MMC_CAP_NONREMOVABLE); in mmc_card_is_removable()
/Linux-v5.4/drivers/staging/greybus/
Dsdio.c65 caps = ((r & GB_SDIO_CAP_NONREMOVABLE) ? MMC_CAP_NONREMOVABLE : 0) | in _gb_sdio_set_host_caps()
91 if (caps & MMC_CAP_NONREMOVABLE) in _gb_sdio_set_host_caps()
176 if (host->mmc->caps & MMC_CAP_NONREMOVABLE) in _gb_sdio_process_events()
185 if (host->mmc->caps & MMC_CAP_NONREMOVABLE) in _gb_sdio_process_events()
/Linux-v5.4/arch/arm/mach-ep93xx/
Dts72xx.c246 .caps = MMC_CAP_NONREMOVABLE,
/Linux-v5.4/arch/sh/boards/
Dboard-sh7757lcr.c222 MMC_CAP_NONREMOVABLE,
/Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dbcmsdh.c900 host->caps |= MMC_CAP_NONREMOVABLE; in brcmf_sdiod_host_fixup()