Searched refs:byteCnt (Results 1 – 2 of 2) sorted by relevance
260 uint32 byteCnt; in Qspi_Ip_ProcessDataRead() local278 for (byteCnt = paddingBytes; byteCnt < wordSize; byteCnt++) in Qspi_Ip_ProcessDataRead()281 *data = recvDataPtr[3U - byteCnt]; in Qspi_Ip_ProcessDataRead()283 *data = recvDataPtr[byteCnt]; in Qspi_Ip_ProcessDataRead()311 for (byteCnt = 0U; byteCnt < wordSize; byteCnt++) in Qspi_Ip_ProcessDataRead()346 uint32 byteCnt; in Qspi_Ip_ProcessDataVerify() local366 for (byteCnt = paddingBytes; byteCnt < wordSize; byteCnt++) in Qspi_Ip_ProcessDataVerify()369 recvByte = recvDataPtr[3U - byteCnt]; in Qspi_Ip_ProcessDataVerify()371 recvByte = recvDataPtr[byteCnt]; in Qspi_Ip_ProcessDataVerify()412 for (byteCnt = 0U; byteCnt < wordSize; byteCnt++) in Qspi_Ip_ProcessDataVerify()[all …]
956 uint32 byteCnt = size; in Qspi_Ip_HyperflashProgram() local957 const uint32 byteTotal = byteCnt + prePadding + postPadding; in Qspi_Ip_HyperflashProgram()993 byteCnt -= 1U; in Qspi_Ip_HyperflashProgram()997 while ((byteCnt >= 2U) && (STATUS_QSPI_IP_SUCCESS == status)) in Qspi_Ip_HyperflashProgram()1004 byteCnt -= 2U; in Qspi_Ip_HyperflashProgram()