Lines Matching refs:response
2372 uint32_t response = 0U; in HAL_MMC_ConfigWideBusOperation() local
2431 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in HAL_MMC_ConfigWideBusOperation()
2433 } while (((response & 0x100U) == 0U) && (count != 0U)); in HAL_MMC_ConfigWideBusOperation()
2439 if ((response & 0x80U) != 0U) in HAL_MMC_ConfigWideBusOperation()
2952 uint32_t response = 0U; in HAL_MMC_Sanitize() local
2991 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in HAL_MMC_Sanitize()
2993 } while (((response & 0x100U) == 0U) && (count != 0U)); in HAL_MMC_Sanitize()
2999 if ((response & 0x80U) != 0U) in HAL_MMC_Sanitize()
3064 uint32_t response = 0U; in HAL_MMC_ConfigSecRemovalType() local
3098 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in HAL_MMC_ConfigSecRemovalType()
3100 } while (((response & 0x100U) == 0U) && (count != 0U)); in HAL_MMC_ConfigSecRemovalType()
3106 if ((response & 0x80U) != 0U) in HAL_MMC_ConfigSecRemovalType()
3199 response = 0U ; in HAL_MMC_SleepDevice() local
3223 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in HAL_MMC_SleepDevice()
3225 } while (((response & 0x100U) == 0U) && (count != 0U)); in HAL_MMC_SleepDevice()
3235 if ((response & 0x80U) != 0U) in HAL_MMC_SleepDevice()
3283 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in HAL_MMC_SleepDevice()
3285 } while (((response & 0x100U) == 0U) && (count != 0U)); in HAL_MMC_SleepDevice()
3295 if ((response & 0x80U) != 0U) in HAL_MMC_SleepDevice()
3397 uint32_t response = 0U; in HAL_MMC_AwakeDevice() local
3460 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in HAL_MMC_AwakeDevice()
3462 } while (((response & 0x100U) == 0U) && (count != 0U)); in HAL_MMC_AwakeDevice()
3472 if ((response & 0x80U) != 0U) in HAL_MMC_AwakeDevice()
3653 uint32_t response = 0U; in MMC_PowerON() local
3679 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in MMC_PowerON()
3682 validvoltage = (((response >> 31U) == 1U) ? 1U : 0U); in MMC_PowerON()
3686 if (((response & (0xFF000000U)) >> 24) == 0xC0U) in MMC_PowerON()
3935 uint32_t response = 0U; in MMC_HighSpeed() local
3973 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in MMC_HighSpeed()
3975 } while (((response & 0x100U) == 0U) && (count != 0U)); in MMC_HighSpeed()
3981 if ((response & 0x80U) != 0U) in MMC_HighSpeed()
4061 uint32_t response = 0U; in MMC_DDR_Mode() local
4121 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in MMC_DDR_Mode()
4123 } while (((response & 0x100U) == 0U) && (count != 0U)); in MMC_DDR_Mode()
4129 if ((response & 0x80U) != 0U) in MMC_DDR_Mode()
4169 uint32_t response = 0U; in MMC_PwrClassUpdate() local
4234 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in MMC_PwrClassUpdate()
4236 } while (((response & 0x100U) == 0U) && (count != 0U)); in MMC_PwrClassUpdate()
4242 if ((response & 0x80U) != 0U) in MMC_PwrClassUpdate()