Searched refs:paddingBytes (Results 1 – 1 of 1) sorted by relevance
262 uint32 paddingBytes = padding; in Qspi_Ip_ProcessDataRead() local264 if (0U != paddingBytes) in Qspi_Ip_ProcessDataRead()267 cnt = paddingBytes >> 2U; in Qspi_Ip_ProcessDataRead()269 paddingBytes &= 0x3U; in Qspi_Ip_ProcessDataRead()278 for (byteCnt = paddingBytes; byteCnt < wordSize; byteCnt++) in Qspi_Ip_ProcessDataRead()348 uint32 paddingBytes = padding; in Qspi_Ip_ProcessDataVerify() local351 if (0U != paddingBytes) in Qspi_Ip_ProcessDataVerify()354 cnt = paddingBytes >> 2U; in Qspi_Ip_ProcessDataVerify()356 paddingBytes &= 0x3U; in Qspi_Ip_ProcessDataVerify()366 for (byteCnt = paddingBytes; byteCnt < wordSize; byteCnt++) in Qspi_Ip_ProcessDataVerify()[all …]