Lines Matching refs:count
671 uint32_t count; in HAL_SD_ReadBlocks() local
745 for (count = 0U; count < 8U; count++) in HAL_SD_ReadBlocks()
856 uint32_t count; in HAL_SD_WriteBlocks() local
931 for (count = 0U; count < 8U; count++) in HAL_SD_WriteBlocks()
3016 __IO uint32_t count = 0U; in SD_PowerON() local
3060 while ((count < SDMMC_MAX_VOLT_TRIAL) && (validvoltage == 0U)) in SD_PowerON()
3083 count++; in SD_PowerON()
3086 if (count >= SDMMC_MAX_VOLT_TRIAL) in SD_PowerON()
3198 uint32_t count; in SD_SendSDStatus() local
3245 for (count = 0U; count < 8U; count++) in SD_SendSDStatus()
3520 uint32_t count; in SD_Read_IT() local
3529 for (count = 0U; count < 8U; count++) in SD_Read_IT()
3555 uint32_t count; in SD_Write_IT() local
3564 for (count = 0U; count < 8U; count++) in SD_Write_IT()
3595 uint32_t count; in SD_HighSpeed() local
3638 for (count = 0U; count < 8U; count++) in SD_HighSpeed()
3640 SD_hs[(8U * loop) + count] = SDMMC_ReadFIFO(hsd->Instance); in SD_HighSpeed()
3708 uint32_t count; in SD_UltraHighSpeed() local
3753 for (count = 0U; count < 8U; count++) in SD_UltraHighSpeed()
3755 SD_hs[(8U * loop) + count] = SDMMC_ReadFIFO(hsd->Instance); in SD_UltraHighSpeed()
3838 uint32_t count; in SD_DDR_Mode() local
3883 for (count = 0U; count < 8U; count++) in SD_DDR_Mode()
3885 SD_hs[(8U * loop) + count] = SDMMC_ReadFIFO(hsd->Instance); in SD_DDR_Mode()