Lines Matching refs:response

2437   uint32_t response = 0U;  in HAL_MMC_ConfigWideBusOperation()  local
2496 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in HAL_MMC_ConfigWideBusOperation()
2498 } while (((response & 0x100U) == 0U) && (count != 0U)); in HAL_MMC_ConfigWideBusOperation()
2504 if ((response & 0x80U) != 0U) in HAL_MMC_ConfigWideBusOperation()
3017 uint32_t response = 0U; in HAL_MMC_Sanitize() local
3056 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in HAL_MMC_Sanitize()
3058 } while (((response & 0x100U) == 0U) && (count != 0U)); in HAL_MMC_Sanitize()
3064 if ((response & 0x80U) != 0U) in HAL_MMC_Sanitize()
3129 uint32_t response = 0U; in HAL_MMC_ConfigSecRemovalType() local
3163 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in HAL_MMC_ConfigSecRemovalType()
3165 } while (((response & 0x100U) == 0U) && (count != 0U)); in HAL_MMC_ConfigSecRemovalType()
3171 if ((response & 0x80U) != 0U) in HAL_MMC_ConfigSecRemovalType()
3264 response = 0U ; in HAL_MMC_SleepDevice() local
3288 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in HAL_MMC_SleepDevice()
3290 } while (((response & 0x100U) == 0U) && (count != 0U)); in HAL_MMC_SleepDevice()
3300 if ((response & 0x80U) != 0U) in HAL_MMC_SleepDevice()
3348 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in HAL_MMC_SleepDevice()
3350 } while (((response & 0x100U) == 0U) && (count != 0U)); in HAL_MMC_SleepDevice()
3360 if ((response & 0x80U) != 0U) in HAL_MMC_SleepDevice()
3462 uint32_t response = 0U; in HAL_MMC_AwakeDevice() local
3525 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in HAL_MMC_AwakeDevice()
3527 } while (((response & 0x100U) == 0U) && (count != 0U)); in HAL_MMC_AwakeDevice()
3537 if ((response & 0x80U) != 0U) in HAL_MMC_AwakeDevice()
3718 uint32_t response = 0U; in MMC_PowerON() local
3744 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in MMC_PowerON()
3747 validvoltage = (((response >> 31U) == 1U) ? 1U : 0U); in MMC_PowerON()
3751 if (((response & (0xFF000000U)) >> 24) == 0xC0U) in MMC_PowerON()
4003 uint32_t response = 0U; in MMC_HighSpeed() local
4041 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in MMC_HighSpeed()
4043 } while (((response & 0x100U) == 0U) && (count != 0U)); in MMC_HighSpeed()
4049 if ((response & 0x80U) != 0U) in MMC_HighSpeed()
4127 uint32_t response = 0U; in MMC_DDR_Mode() local
4187 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in MMC_DDR_Mode()
4189 } while (((response & 0x100U) == 0U) && (count != 0U)); in MMC_DDR_Mode()
4195 if ((response & 0x80U) != 0U) in MMC_DDR_Mode()
4235 uint32_t response = 0U; in MMC_PwrClassUpdate() local
4300 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in MMC_PwrClassUpdate()
4302 } while (((response & 0x100U) == 0U) && (count != 0U)); in MMC_PwrClassUpdate()
4308 if ((response & 0x80U) != 0U) in MMC_PwrClassUpdate()
4338 uint32_t response = 0U; in HAL_MMC_SwitchPartition() local
4378 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in HAL_MMC_SwitchPartition()
4380 } while (((response & 0x100U) == 0U) && (count != 0U)); in HAL_MMC_SwitchPartition()
4386 if ((response & 0x80U) != 0U) in HAL_MMC_SwitchPartition()