Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
H A Dsdhci-brcmstb.c91 bool is_emmc = mmc->caps & MMC_CAP_NONREMOVABLE; in sdhci_brcmstb_save_regs()
113 bool is_emmc = mmc->caps & MMC_CAP_NONREMOVABLE; in sdhci_brcmstb_restore_regs()
286 if ((host->mmc->caps & MMC_CAP_NONREMOVABLE) || in sdhci_brcmstb_cfginit_2712()
536 if (host->mmc->caps & MMC_CAP_NONREMOVABLE) { in sdhci_brcmstb_probe()
547 (host->mmc->caps & MMC_CAP_NONREMOVABLE)) in sdhci_brcmstb_probe()
H A Dsdhci_f_sdh30.c88 if ((host->mmc->caps & MMC_CAP_NONREMOVABLE) && in sdhci_f_sdh30_reset()
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.c296 host->mmc->caps |= MMC_CAP_NONREMOVABLE; in sdhci_pxav2_probe()
H A Dsdhci-esdhc-mcf.c389 host->mmc->caps |= MMC_CAP_NONREMOVABLE; in esdhc_mcf_plat_init()
H A Dsdhci-pci-gli.c1991 MMC_CAP_NONREMOVABLE; in gli_probe_slot_gl9763e()
/linux/include/linux/mmc/
H A Dhost.h401 #define MMC_CAP_NONREMOVABLE (1 << 8) /* Nonremovable e.g. eMMC */ macro
678 return !(host->caps & MMC_CAP_NONREMOVABLE); in mmc_card_is_removable()
/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()