Home
last modified time | relevance | path

Searched refs:MMC_CAP2_NO_PRESCAN_POWERUP (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/include/linux/mmc/
Dhost.h284 #define MMC_CAP2_NO_PRESCAN_POWERUP (1 << 14) /* Don't power up before scan */ macro
/linux-4.4.14/drivers/mmc/host/
Dsdhci-acpi.c398 host->mmc->caps2 |= MMC_CAP2_NO_PRESCAN_POWERUP; in sdhci_acpi_probe()
Drtsx_usb_sdmmc.c1339 mmc->caps2 = MMC_CAP2_NO_PRESCAN_POWERUP | MMC_CAP2_FULL_PWR_CYCLE; in rtsx_usb_init_host()
Drtsx_pci_sdmmc.c1364 mmc->caps2 = MMC_CAP2_NO_PRESCAN_POWERUP | MMC_CAP2_FULL_PWR_CYCLE; in realtek_init_host()
Dsdhci-pci-core.c1702 host->mmc->caps2 |= MMC_CAP2_NO_PRESCAN_POWERUP; in sdhci_pci_probe_slot()
/linux-4.4.14/drivers/mmc/core/
Dcore.c2643 if (host->caps2 & MMC_CAP2_NO_PRESCAN_POWERUP) in mmc_start_host()