Lines Matching refs:response

2423   uint32_t response = 0U;  in HAL_MMC_ConfigWideBusOperation()  local
2482 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in HAL_MMC_ConfigWideBusOperation()
2484 } while (((response & 0x100U) == 0U) && (count != 0U)); in HAL_MMC_ConfigWideBusOperation()
2490 if ((response & 0x80U) != 0U) in HAL_MMC_ConfigWideBusOperation()
3003 uint32_t response = 0U; in HAL_MMC_Sanitize() local
3042 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in HAL_MMC_Sanitize()
3044 } while (((response & 0x100U) == 0U) && (count != 0U)); in HAL_MMC_Sanitize()
3050 if ((response & 0x80U) != 0U) in HAL_MMC_Sanitize()
3115 uint32_t response = 0U; in HAL_MMC_ConfigSecRemovalType() local
3149 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in HAL_MMC_ConfigSecRemovalType()
3151 } while (((response & 0x100U) == 0U) && (count != 0U)); in HAL_MMC_ConfigSecRemovalType()
3157 if ((response & 0x80U) != 0U) in HAL_MMC_ConfigSecRemovalType()
3250 response = 0U ; in HAL_MMC_SleepDevice() local
3274 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in HAL_MMC_SleepDevice()
3276 } while (((response & 0x100U) == 0U) && (count != 0U)); in HAL_MMC_SleepDevice()
3286 if ((response & 0x80U) != 0U) in HAL_MMC_SleepDevice()
3334 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in HAL_MMC_SleepDevice()
3336 } while (((response & 0x100U) == 0U) && (count != 0U)); in HAL_MMC_SleepDevice()
3346 if ((response & 0x80U) != 0U) in HAL_MMC_SleepDevice()
3448 uint32_t response = 0U; in HAL_MMC_AwakeDevice() local
3511 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in HAL_MMC_AwakeDevice()
3513 } while (((response & 0x100U) == 0U) && (count != 0U)); in HAL_MMC_AwakeDevice()
3523 if ((response & 0x80U) != 0U) in HAL_MMC_AwakeDevice()
3704 uint32_t response = 0U; in MMC_PowerON() local
3730 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in MMC_PowerON()
3733 validvoltage = (((response >> 31U) == 1U) ? 1U : 0U); in MMC_PowerON()
3737 if (((response & (0xFF000000U)) >> 24) == 0xC0U) in MMC_PowerON()
3986 uint32_t response = 0U; in MMC_HighSpeed() local
4024 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in MMC_HighSpeed()
4026 } while (((response & 0x100U) == 0U) && (count != 0U)); in MMC_HighSpeed()
4032 if ((response & 0x80U) != 0U) in MMC_HighSpeed()
4099 uint32_t response = 0U; in MMC_DDR_Mode() local
4159 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in MMC_DDR_Mode()
4161 } while (((response & 0x100U) == 0U) && (count != 0U)); in MMC_DDR_Mode()
4167 if ((response & 0x80U) != 0U) in MMC_DDR_Mode()
4207 uint32_t response = 0U; in MMC_PwrClassUpdate() local
4272 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in MMC_PwrClassUpdate()
4274 } while (((response & 0x100U) == 0U) && (count != 0U)); in MMC_PwrClassUpdate()
4280 if ((response & 0x80U) != 0U) in MMC_PwrClassUpdate()
4310 uint32_t response = 0U; in HAL_MMC_SwitchPartition() local
4350 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in HAL_MMC_SwitchPartition()
4352 } while (((response & 0x100U) == 0U) && (count != 0U)); in HAL_MMC_SwitchPartition()
4358 if ((response & 0x80U) != 0U) in HAL_MMC_SwitchPartition()