Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/host/
Dsdhci-acpi.c435 .caps = MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE |
452 .caps = MMC_CAP_NONREMOVABLE | MMC_CAP_POWER_OFF_CARD |
476 .caps = MMC_CAP_NONREMOVABLE,
481 .caps = MMC_CAP_NONREMOVABLE,
555 .caps = MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE,
Dsdhci-of-at91.c129 if (host->mmc->caps & MMC_CAP_NONREMOVABLE) in sdhci_at91_reset()
403 if (host->mmc->caps & MMC_CAP_NONREMOVABLE) in sdhci_at91_probe()
Dsdhci-pci-core.c408 slot->host->mmc->caps |= MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE; in mfd_emmc_probe_slot()
415 slot->host->mmc->caps |= MMC_CAP_POWER_OFF_CARD | MMC_CAP_NONREMOVABLE; in mfd_sdio_probe_slot()
719 slot->host->mmc->caps |= MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE | in byt_emmc_probe_slot()
829 slot->host->mmc->caps |= MMC_CAP_POWER_OFF_CARD | MMC_CAP_NONREMOVABLE | in ni_byt_sdio_probe_slot()
837 slot->host->mmc->caps |= MMC_CAP_POWER_OFF_CARD | MMC_CAP_NONREMOVABLE | in byt_sdio_probe_slot()
956 slot->host->mmc->caps |= MMC_CAP_NONREMOVABLE | in intel_mrfld_mmc_probe_slot()
966 slot->host->mmc->caps |= MMC_CAP_NONREMOVABLE | in intel_mrfld_mmc_probe_slot()
Dsdhci-pxav2.c206 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-pxav3.c439 host->mmc->caps |= MMC_CAP_NONREMOVABLE; in sdhci_pxav3_probe()
Dsdhci-s3c.c612 host->mmc->caps = MMC_CAP_NONREMOVABLE; in sdhci_s3c_probe()
Dsdhci-esdhc-imx.c1227 host->mmc->caps |= MMC_CAP_NONREMOVABLE; in sdhci_esdhc_imx_probe_nondt()
Domap_hsmmc.c2079 mmc->caps |= MMC_CAP_NONREMOVABLE; in omap_hsmmc_probe()
Datmel-mci.c2329 mmc->caps |= MMC_CAP_NONREMOVABLE; in atmci_init_slot()
/Linux-v4.19/drivers/mmc/core/
Dhost.c226 host->caps |= MMC_CAP_NONREMOVABLE; in mmc_of_parse()
328 if (host->caps & MMC_CAP_NONREMOVABLE) in mmc_of_parse()
/Linux-v4.19/include/linux/mmc/
Dhost.h318 #define MMC_CAP_NONREMOVABLE (1 << 8) /* Nonremovable e.g. eMMC */ macro
532 return !(host->caps & MMC_CAP_NONREMOVABLE); in mmc_card_is_removable()
/Linux-v4.19/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-v4.19/arch/arm/mach-ep93xx/
Dts72xx.c254 .caps = MMC_CAP_NONREMOVABLE,
/Linux-v4.19/arch/sh/boards/
Dboard-sh7757lcr.c225 MMC_CAP_NONREMOVABLE,
/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dbcmsdh.c902 host->caps |= MMC_CAP_NONREMOVABLE; in brcmf_sdiod_host_fixup()