Home
last modified time | relevance | path

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

/linux/drivers/staging/greybus/
H A Dsdio.c64 caps = ((r & GB_SDIO_CAP_NONREMOVABLE) ? MMC_CAP_NONREMOVABLE : 0) | in _gb_sdio_set_host_caps()
89 if (caps & MMC_CAP_NONREMOVABLE) in _gb_sdio_set_host_caps()
174 if (host->mmc->caps & MMC_CAP_NONREMOVABLE) in _gb_sdio_process_events()
183 if (host->mmc->caps & MMC_CAP_NONREMOVABLE) in _gb_sdio_process_events()
/linux/drivers/mmc/host/
H A Dsdhci-pci-core.c368 slot->host->mmc->caps |= MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE; in mfd_emmc_probe_slot()
375 slot->host->mmc->caps |= MMC_CAP_POWER_OFF_CARD | MMC_CAP_NONREMOVABLE; in mfd_sdio_probe_slot()
896 slot->host->mmc->caps |= MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE | in byt_emmc_probe_slot()
1095 slot->host->mmc->caps |= MMC_CAP_POWER_OFF_CARD | MMC_CAP_NONREMOVABLE | in ni_byt_sdio_probe_slot()
1103 slot->host->mmc->caps |= MMC_CAP_POWER_OFF_CARD | MMC_CAP_NONREMOVABLE | in byt_sdio_probe_slot()
1311 slot->host->mmc->caps |= MMC_CAP_NONREMOVABLE | in intel_mrfld_mmc_probe_slot()
1329 slot->host->mmc->caps |= MMC_CAP_NONREMOVABLE | in intel_mrfld_mmc_probe_slot()
H A Dsdhci-brcmstb.c205 if ((host->mmc->caps & MMC_CAP_NONREMOVABLE) || in sdhci_brcmstb_cfginit_2712()
420 (host->mmc->caps & MMC_CAP_NONREMOVABLE)) in sdhci_brcmstb_probe()
H A Dsdhci-pci-arasan.c304 slot->host->mmc->caps |= MMC_CAP_NONREMOVABLE | MMC_CAP_8_BIT_DATA; in arasan_pci_probe_slot()
H A Dsdhci-pxav2.c302 host->mmc->caps |= MMC_CAP_NONREMOVABLE; in sdhci_pxav2_probe()
H A Dsdhci_am654.c764 if (host->mmc->caps & MMC_CAP_NONREMOVABLE) in sdhci_am654_init()
1024 if (host->mmc->caps & MMC_CAP_NONREMOVABLE) in sdhci_am654_restore()
H A Drenesas_sdhi_core.c819 ((host->mmc->caps & MMC_CAP_NONREMOVABLE) || in renesas_sdhi_check_scc_error()
H A Dmtk-sd.c2618 if (mmc->caps & MMC_CAP_NONREMOVABLE) in msdc_get_cd()
2979 if (!(mmc->caps & MMC_CAP_NONREMOVABLE) && in msdc_drv_probe()
H A Datmel-mci.c2312 mmc->caps |= MMC_CAP_NONREMOVABLE; in atmci_init_slot()
/linux/arch/sh/boards/
H A Dboard-sh7757lcr.c222 MMC_CAP_NONREMOVABLE,
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dbcmsdh.c897 host->caps |= MMC_CAP_NONREMOVABLE; in brcmf_sdiod_host_fixup()