Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A 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,
H A Dsdhci-of-at91.c121 if ((host->mmc->caps & MMC_CAP_NONREMOVABLE) in sdhci_at91_reset()
427 if ((host->mmc->caps & MMC_CAP_NONREMOVABLE) in sdhci_at91_probe()
H A 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()
951 slot->host->mmc->caps |= MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE | in byt_emmc_probe_slot()
1150 slot->host->mmc->caps |= MMC_CAP_POWER_OFF_CARD | MMC_CAP_NONREMOVABLE | in ni_byt_sdio_probe_slot()
1158 slot->host->mmc->caps |= MMC_CAP_POWER_OFF_CARD | MMC_CAP_NONREMOVABLE | in byt_sdio_probe_slot()
1347 slot->host->mmc->caps |= MMC_CAP_NONREMOVABLE | in intel_mrfld_mmc_probe_slot()
1357 slot->host->mmc->caps |= MMC_CAP_NONREMOVABLE | in intel_mrfld_mmc_probe_slot()
H A Dsdhci-pxav2.c196 host->mmc->caps |= MMC_CAP_NONREMOVABLE; in sdhci_pxav2_probe()
H A Dsdhci-brcmstb.c307 (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-esdhc-mcf.c387 host->mmc->caps |= MMC_CAP_NONREMOVABLE; in esdhc_mcf_plat_init()
H A Dsdhci-pxav3.c427 host->mmc->caps |= MMC_CAP_NONREMOVABLE; in sdhci_pxav3_probe()
H A Dsdhci-s3c.c609 host->mmc->caps = MMC_CAP_NONREMOVABLE; in sdhci_s3c_probe()
H A Dsdhci_am654.c664 if (host->mmc->caps & MMC_CAP_NONREMOVABLE) in sdhci_am654_init()
H A Dsdhci-pci-gli.c786 MMC_CAP_NONREMOVABLE; in gli_probe_slot_gl9763e()
H A Dmtk-sd.c2259 if (mmc->caps & MMC_CAP_NONREMOVABLE) in msdc_get_cd()
2483 if (!(mmc->caps & MMC_CAP_NONREMOVABLE) && in msdc_drv_probe()
H A Domap_hsmmc.c1930 mmc->caps |= MMC_CAP_NONREMOVABLE; in omap_hsmmc_probe()
H A Datmel-mci.c2294 mmc->caps |= MMC_CAP_NONREMOVABLE; in atmci_init_slot()
/OK3568_Linux_fs/kernel/drivers/staging/greybus/
H A 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()
/OK3568_Linux_fs/kernel/include/linux/mmc/
H A Dhost.h332 #define MMC_CAP_NONREMOVABLE (1 << 8) /* Nonremovable e.g. eMMC */ macro
577 return !(host->caps & MMC_CAP_NONREMOVABLE); in mmc_card_is_removable()
/OK3568_Linux_fs/u-boot/include/
H A Dmvebu_mmc.h232 #define MMC_CAP_NONREMOVABLE (1 << 8) macro
/OK3568_Linux_fs/kernel/drivers/mmc/core/
H A Dhost.c272 host->caps |= MMC_CAP_NONREMOVABLE; in mmc_of_parse()
362 if (host->caps & MMC_CAP_NONREMOVABLE) in mmc_of_parse()
/OK3568_Linux_fs/kernel/arch/arm/mach-ep93xx/
H A Dts72xx.c246 .caps = MMC_CAP_NONREMOVABLE,
/OK3568_Linux_fs/kernel/arch/sh/boards/
H A Dboard-sh7757lcr.c222 MMC_CAP_NONREMOVABLE,
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dbcmsdh.c899 host->caps |= MMC_CAP_NONREMOVABLE; in brcmf_sdiod_host_fixup()