Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Dsdhci-acpi.c357 .caps = MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE |
376 .caps = MMC_CAP_NONREMOVABLE | MMC_CAP_POWER_OFF_CARD |
455 .caps = MMC_CAP_NONREMOVABLE,
463 .caps = MMC_CAP_NONREMOVABLE,
669 .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()
425 if ((host->mmc->caps & MMC_CAP_NONREMOVABLE) in sdhci_at91_probe()
H A Dsdhci-pci-core.c366 slot->host->mmc->caps |= MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE; in mfd_emmc_probe_slot()
373 slot->host->mmc->caps |= MMC_CAP_POWER_OFF_CARD | MMC_CAP_NONREMOVABLE; in mfd_sdio_probe_slot()
893 slot->host->mmc->caps |= MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE | in byt_emmc_probe_slot()
1092 slot->host->mmc->caps |= MMC_CAP_POWER_OFF_CARD | MMC_CAP_NONREMOVABLE | in ni_byt_sdio_probe_slot()
1100 slot->host->mmc->caps |= MMC_CAP_POWER_OFF_CARD | MMC_CAP_NONREMOVABLE | in byt_sdio_probe_slot()
1284 slot->host->mmc->caps |= MMC_CAP_NONREMOVABLE | in intel_mrfld_mmc_probe_slot()
1302 slot->host->mmc->caps |= MMC_CAP_NONREMOVABLE | in intel_mrfld_mmc_probe_slot()
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.c302 host->mmc->caps |= MMC_CAP_NONREMOVABLE; in sdhci_pxav2_probe()
H A Dsdhci-brcmstb.c303 (host->mmc->caps & MMC_CAP_NONREMOVABLE)) in sdhci_brcmstb_probe()
H A Dsdhci_am654.c735 if (host->mmc->caps & MMC_CAP_NONREMOVABLE) in sdhci_am654_init()
992 if (host->mmc->caps & MMC_CAP_NONREMOVABLE) in sdhci_am654_restore()
H A Dsdhci-esdhc-mcf.c387 host->mmc->caps |= MMC_CAP_NONREMOVABLE; in esdhc_mcf_plat_init()
H A Dsdhci-pxav3.c425 host->mmc->caps |= MMC_CAP_NONREMOVABLE; in sdhci_pxav3_probe()
H A Dsdhci-s3c.c602 host->mmc->caps = MMC_CAP_NONREMOVABLE; in sdhci_s3c_probe()
H A Drenesas_sdhi_core.c816 ((host->mmc->caps & MMC_CAP_NONREMOVABLE) || in renesas_sdhi_check_scc_error()
H A Dsdhci-omap.c1336 mmc->caps |= MMC_CAP_NONREMOVABLE; in sdhci_omap_probe()
H A Dsdhci-of-arasan.c1759 !!(host->mmc->caps & MMC_CAP_NONREMOVABLE)); in sdhci_zynqmp_set_dynamic_config()
H A Dsdhci-pci-gli.c1493 MMC_CAP_NONREMOVABLE; in gli_probe_slot_gl9763e()
H A Dmtk-sd.c2414 if (mmc->caps & MMC_CAP_NONREMOVABLE) in msdc_get_cd()
2776 if (!(mmc->caps & MMC_CAP_NONREMOVABLE) && in msdc_drv_probe()
H A Domap_hsmmc.c1888 mmc->caps |= MMC_CAP_NONREMOVABLE; in omap_hsmmc_probe()
H A Datmel-mci.c2328 mmc->caps |= MMC_CAP_NONREMOVABLE; in atmci_init_slot()
/openbmc/u-boot/include/
H A Dmvebu_mmc.h231 #define MMC_CAP_NONREMOVABLE (1 << 8) macro
/openbmc/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()
/openbmc/linux/include/linux/mmc/
H A Dhost.h366 #define MMC_CAP_NONREMOVABLE (1 << 8) /* Nonremovable e.g. eMMC */ macro
613 return !(host->caps & MMC_CAP_NONREMOVABLE); in mmc_card_is_removable()
/openbmc/linux/drivers/mmc/core/
H A Dhost.c324 host->caps |= MMC_CAP_NONREMOVABLE; in mmc_of_parse()
415 if (host->caps & MMC_CAP_NONREMOVABLE) in mmc_of_parse()
/openbmc/linux/arch/arm/mach-ep93xx/
H A Dts72xx.c245 .caps = MMC_CAP_NONREMOVABLE,
/openbmc/linux/arch/sh/boards/
H A Dboard-sh7757lcr.c222 MMC_CAP_NONREMOVABLE,
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dbcmsdh.c892 host->caps |= MMC_CAP_NONREMOVABLE; in brcmf_sdiod_host_fixup()