Searched refs:wordSize (Results 1 – 1 of 1) sorted by relevance
259 uint32 wordSize; in Qspi_Ip_ProcessDataRead() local275 wordSize = Qspi_Ip_GetWordSize(sizeRemaining); in Qspi_Ip_ProcessDataRead()278 for (byteCnt = paddingBytes; byteCnt < wordSize; byteCnt++) in Qspi_Ip_ProcessDataRead()288 sizeRemaining -= wordSize; in Qspi_Ip_ProcessDataRead()310 wordSize = Qspi_Ip_GetWordSize(sizeRemaining); in Qspi_Ip_ProcessDataRead()311 for (byteCnt = 0U; byteCnt < wordSize; byteCnt++) in Qspi_Ip_ProcessDataRead()347 uint32 wordSize; in Qspi_Ip_ProcessDataVerify() local362 wordSize = Qspi_Ip_GetWordSize(sizeRemaining); in Qspi_Ip_ProcessDataVerify()363 sizeRemaining -= wordSize; in Qspi_Ip_ProcessDataVerify()366 for (byteCnt = paddingBytes; byteCnt < wordSize; byteCnt++) in Qspi_Ip_ProcessDataVerify()[all …]