Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/mmc/
H A Dhost.h371 #define MMC_CAP2_NO_PRESCAN_POWERUP (1 << 14) /* Don't power up before scan */ macro
/OK3568_Linux_fs/kernel/drivers/mmc/core/
H A Dhost.c358 host->caps2 |= MMC_CAP2_NO_PRESCAN_POWERUP; in mmc_of_parse()
H A Dcore.c2339 if (!(host->caps2 & MMC_CAP2_NO_PRESCAN_POWERUP)) { in mmc_start_host()
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dsdhci-acpi.c911 host->mmc->caps2 |= MMC_CAP2_NO_PRESCAN_POWERUP; in sdhci_acpi_probe()
H A Drtsx_usb_sdmmc.c1312 mmc->caps2 = MMC_CAP2_NO_PRESCAN_POWERUP | MMC_CAP2_FULL_PWR_CYCLE | in rtsx_usb_init_host()
H A Drtsx_pci_sdmmc.c1373 mmc->caps2 = MMC_CAP2_NO_PRESCAN_POWERUP | MMC_CAP2_FULL_PWR_CYCLE; in realtek_init_host()
H A Dsdhci-pci-core.c2196 host->mmc->caps2 |= MMC_CAP2_NO_PRESCAN_POWERUP; in sdhci_pci_probe_slot()