Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/mmc/host/
Dsdhci-acpi.c429 .caps = MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE |
448 .caps = MMC_CAP_NONREMOVABLE | MMC_CAP_POWER_OFF_CARD |
527 .caps = MMC_CAP_NONREMOVABLE,
535 .caps = MMC_CAP_NONREMOVABLE,
710 .caps = MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE,
Dsdhci-of-at91.c120 if ((host->mmc->caps & MMC_CAP_NONREMOVABLE) in sdhci_at91_reset()
422 if ((host->mmc->caps & MMC_CAP_NONREMOVABLE) in sdhci_at91_probe()
Dsdhci-pci-core.c417 slot->host->mmc->caps |= MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE; in mfd_emmc_probe_slot()
424 slot->host->mmc->caps |= MMC_CAP_POWER_OFF_CARD | MMC_CAP_NONREMOVABLE; in mfd_sdio_probe_slot()
934 slot->host->mmc->caps |= MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE | in byt_emmc_probe_slot()
1125 slot->host->mmc->caps |= MMC_CAP_POWER_OFF_CARD | MMC_CAP_NONREMOVABLE | in ni_byt_sdio_probe_slot()
1133 slot->host->mmc->caps |= MMC_CAP_POWER_OFF_CARD | MMC_CAP_NONREMOVABLE | in byt_sdio_probe_slot()
1312 slot->host->mmc->caps |= MMC_CAP_NONREMOVABLE | in intel_mrfld_mmc_probe_slot()
1322 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-esdhc-mcf.c387 host->mmc->caps |= MMC_CAP_NONREMOVABLE; in esdhc_mcf_plat_init()
Dsdhci-pxav3.c427 host->mmc->caps |= MMC_CAP_NONREMOVABLE; in sdhci_pxav3_probe()
Dsdhci-s3c.c609 host->mmc->caps = MMC_CAP_NONREMOVABLE; in sdhci_s3c_probe()
Dsdhci_am654.c645 if (host->mmc->caps & MMC_CAP_NONREMOVABLE) in sdhci_am654_init()
Dsdhci-pci-gli.c781 MMC_CAP_NONREMOVABLE; in gli_probe_slot_gl9763e()
Dmtk-sd.c2256 if (mmc->caps & MMC_CAP_NONREMOVABLE) in msdc_get_cd()
2473 if (!(mmc->caps & MMC_CAP_NONREMOVABLE) && in msdc_drv_probe()
Dsdhci-esdhc-imx.c1577 host->mmc->caps |= MMC_CAP_NONREMOVABLE; in sdhci_esdhc_imx_probe_nondt()
Domap_hsmmc.c1930 mmc->caps |= MMC_CAP_NONREMOVABLE; in omap_hsmmc_probe()
Datmel-mci.c2294 mmc->caps |= MMC_CAP_NONREMOVABLE; in atmci_init_slot()
/Linux-v5.10/include/linux/mmc/
Dhost.h324 #define MMC_CAP_NONREMOVABLE (1 << 8) /* Nonremovable e.g. eMMC */ macro
554 return !(host->caps & MMC_CAP_NONREMOVABLE); in mmc_card_is_removable()
/Linux-v5.10/drivers/staging/greybus/
Dsdio.c65 caps = ((r & GB_SDIO_CAP_NONREMOVABLE) ? MMC_CAP_NONREMOVABLE : 0) | in _gb_sdio_set_host_caps()
90 if (caps & MMC_CAP_NONREMOVABLE) in _gb_sdio_set_host_caps()
175 if (host->mmc->caps & MMC_CAP_NONREMOVABLE) in _gb_sdio_process_events()
184 if (host->mmc->caps & MMC_CAP_NONREMOVABLE) in _gb_sdio_process_events()
/Linux-v5.10/drivers/mmc/core/
Dhost.c224 host->caps |= MMC_CAP_NONREMOVABLE; in mmc_of_parse()
312 if (host->caps & MMC_CAP_NONREMOVABLE) in mmc_of_parse()
/Linux-v5.10/arch/arm/mach-ep93xx/
Dts72xx.c246 .caps = MMC_CAP_NONREMOVABLE,
/Linux-v5.10/arch/sh/boards/
Dboard-sh7757lcr.c222 MMC_CAP_NONREMOVABLE,
/Linux-v5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dbcmsdh.c899 host->caps |= MMC_CAP_NONREMOVABLE; in brcmf_sdiod_host_fixup()