Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
A Dsdhci-acpi.c418 .caps = MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE |
437 .caps = MMC_CAP_NONREMOVABLE | MMC_CAP_POWER_OFF_CARD |
516 .caps = MMC_CAP_NONREMOVABLE,
524 .caps = MMC_CAP_NONREMOVABLE,
730 .caps = MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE,
A Dsdhci-of-at91.c116 if ((host->mmc->caps & MMC_CAP_NONREMOVABLE) in sdhci_at91_reset()
422 if ((host->mmc->caps & MMC_CAP_NONREMOVABLE) in sdhci_at91_probe()
A Dsdhci-pci-core.c350 slot->host->mmc->caps |= MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE; in mfd_emmc_probe_slot()
357 slot->host->mmc->caps |= MMC_CAP_POWER_OFF_CARD | MMC_CAP_NONREMOVABLE; in mfd_sdio_probe_slot()
877 slot->host->mmc->caps |= MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE | in byt_emmc_probe_slot()
1068 slot->host->mmc->caps |= MMC_CAP_POWER_OFF_CARD | MMC_CAP_NONREMOVABLE | in ni_byt_sdio_probe_slot()
1076 slot->host->mmc->caps |= MMC_CAP_POWER_OFF_CARD | MMC_CAP_NONREMOVABLE | in byt_sdio_probe_slot()
1265 slot->host->mmc->caps |= MMC_CAP_NONREMOVABLE | in intel_mrfld_mmc_probe_slot()
1283 slot->host->mmc->caps |= MMC_CAP_NONREMOVABLE | in intel_mrfld_mmc_probe_slot()
A Dsdhci-pxav2.c196 host->mmc->caps |= MMC_CAP_NONREMOVABLE; in sdhci_pxav2_probe()
A Dsdhci-pci-arasan.c304 slot->host->mmc->caps |= MMC_CAP_NONREMOVABLE | MMC_CAP_8_BIT_DATA; in arasan_pci_probe_slot()
A Dsdhci-esdhc-mcf.c387 host->mmc->caps |= MMC_CAP_NONREMOVABLE; in esdhc_mcf_plat_init()
A Dsdhci-pxav3.c427 host->mmc->caps |= MMC_CAP_NONREMOVABLE; in sdhci_pxav3_probe()
A Dsdhci-s3c.c603 host->mmc->caps = MMC_CAP_NONREMOVABLE; in sdhci_s3c_probe()
A Dsdhci_am654.c665 if (host->mmc->caps & MMC_CAP_NONREMOVABLE) in sdhci_am654_init()
A Dsdhci-pci-gli.c873 MMC_CAP_NONREMOVABLE; in gli_probe_slot_gl9763e()
A Drenesas_sdhi_core.c791 ((host->mmc->caps & MMC_CAP_NONREMOVABLE) || in renesas_sdhi_check_scc_error()
A Dsdhci-omap.c1341 mmc->caps |= MMC_CAP_NONREMOVABLE; in sdhci_omap_probe()
A Dmtk-sd.c2351 if (mmc->caps & MMC_CAP_NONREMOVABLE) in msdc_get_cd()
2630 if (!(mmc->caps & MMC_CAP_NONREMOVABLE) && in msdc_drv_probe()
A Domap_hsmmc.c1925 mmc->caps |= MMC_CAP_NONREMOVABLE; in omap_hsmmc_probe()
A Datmel-mci.c2294 mmc->caps |= MMC_CAP_NONREMOVABLE; in atmci_init_slot()
/linux/drivers/staging/greybus/
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/include/linux/mmc/
A Dhost.h341 #define MMC_CAP_NONREMOVABLE (1 << 8) /* Nonremovable e.g. eMMC */ macro
583 return !(host->caps & MMC_CAP_NONREMOVABLE); in mmc_card_is_removable()
/linux/drivers/mmc/core/
A Dhost.c325 host->caps |= MMC_CAP_NONREMOVABLE; in mmc_of_parse()
416 if (host->caps & MMC_CAP_NONREMOVABLE) in mmc_of_parse()
/linux/arch/arm/mach-ep93xx/
A Dts72xx.c246 .caps = MMC_CAP_NONREMOVABLE,
/linux/arch/sh/boards/
A Dboard-sh7757lcr.c222 MMC_CAP_NONREMOVABLE,
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
A Dbcmsdh.c900 host->caps |= MMC_CAP_NONREMOVABLE; in brcmf_sdiod_host_fixup()

Completed in 59 milliseconds