Lines Matching refs:response

2466   uint32_t response = 0U;  in HAL_MMC_ConfigWideBusOperation()  local
2525 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in HAL_MMC_ConfigWideBusOperation()
2527 } while (((response & 0x100U) == 0U) && (count != 0U)); in HAL_MMC_ConfigWideBusOperation()
2533 if ((response & 0x80U) != 0U) in HAL_MMC_ConfigWideBusOperation()
3046 uint32_t response = 0U; in HAL_MMC_Sanitize() local
3085 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in HAL_MMC_Sanitize()
3087 } while (((response & 0x100U) == 0U) && (count != 0U)); in HAL_MMC_Sanitize()
3093 if ((response & 0x80U) != 0U) in HAL_MMC_Sanitize()
3158 uint32_t response = 0U; in HAL_MMC_ConfigSecRemovalType() local
3192 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in HAL_MMC_ConfigSecRemovalType()
3194 } while (((response & 0x100U) == 0U) && (count != 0U)); in HAL_MMC_ConfigSecRemovalType()
3200 if ((response & 0x80U) != 0U) in HAL_MMC_ConfigSecRemovalType()
3293 response = 0U ; in HAL_MMC_SleepDevice() local
3317 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in HAL_MMC_SleepDevice()
3319 } while (((response & 0x100U) == 0U) && (count != 0U)); in HAL_MMC_SleepDevice()
3329 if ((response & 0x80U) != 0U) in HAL_MMC_SleepDevice()
3377 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in HAL_MMC_SleepDevice()
3379 } while (((response & 0x100U) == 0U) && (count != 0U)); in HAL_MMC_SleepDevice()
3389 if ((response & 0x80U) != 0U) in HAL_MMC_SleepDevice()
3491 uint32_t response = 0U; in HAL_MMC_AwakeDevice() local
3554 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in HAL_MMC_AwakeDevice()
3556 } while (((response & 0x100U) == 0U) && (count != 0U)); in HAL_MMC_AwakeDevice()
3566 if ((response & 0x80U) != 0U) in HAL_MMC_AwakeDevice()
3747 uint32_t response = 0U; in MMC_PowerON() local
3773 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in MMC_PowerON()
3776 validvoltage = (((response >> 31U) == 1U) ? 1U : 0U); in MMC_PowerON()
3780 if (((response & (0xFF000000U)) >> 24) == 0xC0U) in MMC_PowerON()
4029 uint32_t response = 0U; in MMC_HighSpeed() local
4067 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in MMC_HighSpeed()
4069 } while (((response & 0x100U) == 0U) && (count != 0U)); in MMC_HighSpeed()
4075 if ((response & 0x80U) != 0U) in MMC_HighSpeed()
4142 uint32_t response = 0U; in MMC_DDR_Mode() local
4202 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in MMC_DDR_Mode()
4204 } while (((response & 0x100U) == 0U) && (count != 0U)); in MMC_DDR_Mode()
4210 if ((response & 0x80U) != 0U) in MMC_DDR_Mode()
4250 uint32_t response = 0U; in MMC_PwrClassUpdate() local
4315 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in MMC_PwrClassUpdate()
4317 } while (((response & 0x100U) == 0U) && (count != 0U)); in MMC_PwrClassUpdate()
4323 if ((response & 0x80U) != 0U) in MMC_PwrClassUpdate()
4353 uint32_t response = 0U; in HAL_MMC_SwitchPartition() local
4393 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in HAL_MMC_SwitchPartition()
4395 } while (((response & 0x100U) == 0U) && (count != 0U)); in HAL_MMC_SwitchPartition()
4401 if ((response & 0x80U) != 0U) in HAL_MMC_SwitchPartition()