Searched refs:MMC_CAP_NONREMOVABLE (Results 1 – 23 of 23) sorted by relevance
357 .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,
121 if ((host->mmc->caps & MMC_CAP_NONREMOVABLE) in sdhci_at91_reset()425 if ((host->mmc->caps & MMC_CAP_NONREMOVABLE) in sdhci_at91_probe()
366 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()894 slot->host->mmc->caps |= MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE | in byt_emmc_probe_slot()1093 slot->host->mmc->caps |= MMC_CAP_POWER_OFF_CARD | MMC_CAP_NONREMOVABLE | in ni_byt_sdio_probe_slot()1101 slot->host->mmc->caps |= MMC_CAP_POWER_OFF_CARD | MMC_CAP_NONREMOVABLE | in byt_sdio_probe_slot()1285 slot->host->mmc->caps |= MMC_CAP_NONREMOVABLE | in intel_mrfld_mmc_probe_slot()1303 slot->host->mmc->caps |= MMC_CAP_NONREMOVABLE | in intel_mrfld_mmc_probe_slot()
205 if ((host->mmc->caps & MMC_CAP_NONREMOVABLE) || in sdhci_brcmstb_cfginit_2712()420 (host->mmc->caps & MMC_CAP_NONREMOVABLE)) in sdhci_brcmstb_probe()
88 if ((host->mmc->caps & MMC_CAP_NONREMOVABLE) && in sdhci_f_sdh30_reset()
302 host->mmc->caps |= MMC_CAP_NONREMOVABLE; in sdhci_pxav2_probe()
304 slot->host->mmc->caps |= MMC_CAP_NONREMOVABLE | MMC_CAP_8_BIT_DATA; in arasan_pci_probe_slot()
389 host->mmc->caps |= MMC_CAP_NONREMOVABLE; in esdhc_mcf_plat_init()
764 if (host->mmc->caps & MMC_CAP_NONREMOVABLE) in sdhci_am654_init()1024 if (host->mmc->caps & MMC_CAP_NONREMOVABLE) in sdhci_am654_restore()
425 host->mmc->caps |= MMC_CAP_NONREMOVABLE; in sdhci_pxav3_probe()
612 host->mmc->caps = MMC_CAP_NONREMOVABLE; in sdhci_s3c_probe()
819 ((host->mmc->caps & MMC_CAP_NONREMOVABLE) || in renesas_sdhi_check_scc_error()
1336 mmc->caps |= MMC_CAP_NONREMOVABLE; in sdhci_omap_probe()
1759 !!(host->mmc->caps & MMC_CAP_NONREMOVABLE)); in sdhci_zynqmp_set_dynamic_config()
1493 MMC_CAP_NONREMOVABLE; in gli_probe_slot_gl9763e()
2466 if (mmc->caps & MMC_CAP_NONREMOVABLE) in msdc_get_cd()2838 if (!(mmc->caps & MMC_CAP_NONREMOVABLE) && in msdc_drv_probe()
1888 mmc->caps |= MMC_CAP_NONREMOVABLE; in omap_hsmmc_probe()
2312 mmc->caps |= MMC_CAP_NONREMOVABLE; in atmci_init_slot()
64 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()
343 #define MMC_CAP_NONREMOVABLE (1 << 8) /* Nonremovable e.g. eMMC */ macro591 return !(host->caps & MMC_CAP_NONREMOVABLE); in mmc_card_is_removable()
321 host->caps |= MMC_CAP_NONREMOVABLE; in mmc_of_parse()412 if (host->caps & MMC_CAP_NONREMOVABLE) in mmc_of_parse()
222 MMC_CAP_NONREMOVABLE,
892 host->caps |= MMC_CAP_NONREMOVABLE; in brcmf_sdiod_host_fixup()
Completed in 70 milliseconds