Home
last modified time | relevance | path

Searched refs:MMC_CAP2_FULL_PWR_CYCLE_IN_SUSPEND (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/mmc/
H A Dhost.h398 #define MMC_CAP2_FULL_PWR_CYCLE_IN_SUSPEND (1 << 3) /* Can do full power cycle in suspend */ macro
/openbmc/linux/drivers/mmc/core/
H A Dhost.c381 host->caps2 |= MMC_CAP2_FULL_PWR_CYCLE_IN_SUSPEND; in mmc_of_parse()
H A Dmmc.c2124 (host->caps2 & MMC_CAP2_FULL_PWR_CYCLE_IN_SUSPEND))) in _mmc_suspend()