Searched refs:SDMMC_CLKEN_LOW_PWR (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/mmc/host/
H A Ddw_mmc.h366 #define SDMMC_CLKEN_LOW_PWR BIT(16) macro
H A Ddw_mmc.c286 * Note that low power mode (SDMMC_CLKEN_LOW_PWR) will be
292 clk_en_a &= ~(SDMMC_CLKEN_LOW_PWR << slot->id);
1267 clk_en_a |= SDMMC_CLKEN_LOW_PWR << slot->id;
1647 const u32 clken_low_pwr = SDMMC_CLKEN_LOW_PWR << slot->id;

Completed in 297 milliseconds