Searched refs:SDIO_CLOCK_POWER_SAVE_DISABLE (Results 1 – 11 of 11) sorted by relevance
356 #define SDIO_CLOCK_POWER_SAVE_DISABLE 0x00000000U macro359 #define IS_SDIO_CLOCK_POWER_SAVE(SAVE) (((SAVE) == SDIO_CLOCK_POWER_SAVE_DISABLE) || \
352 #define SDIO_CLOCK_POWER_SAVE_DISABLE 0x00000000U macro355 #define IS_SDIO_CLOCK_POWER_SAVE(SAVE) (((SAVE) == SDIO_CLOCK_POWER_SAVE_DISABLE) || \
438 Init.ClockPowerSave = SDIO_CLOCK_POWER_SAVE_DISABLE; in HAL_MMC_InitCard()
411 Init.ClockPowerSave = SDIO_CLOCK_POWER_SAVE_DISABLE; in HAL_SD_InitCard()
412 Init.ClockPowerSave = SDIO_CLOCK_POWER_SAVE_DISABLE; in HAL_SD_InitCard()