Home
last modified time | relevance | path

Searched refs:chunkSize (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/s32/drivers/s32k3/Fls/src/
DQspi_Ip.c1356 uint32 chunkSize = QSPI_IP_MAX_READ_SIZE; in Qspi_Ip_Read() local
1375 if (chunkSize > crtSize) in Qspi_Ip_Read()
1378 chunkSize = crtSize; in Qspi_Ip_Read()
1390 …= Qspi_Ip_RunReadCommand(instance, state->activeReadLut, crtAddress, crtData, NULL_PTR, chunkSize); in Qspi_Ip_Read()
1392 crtSize -= chunkSize; in Qspi_Ip_Read()
1393 crtAddress += chunkSize; in Qspi_Ip_Read()
1394 crtData = &(crtData[chunkSize - offset]); /* Handle alignment for the first read */ in Qspi_Ip_Read()
1400 status = state->configuration->eccCheckCallout(instance, crtAddress, chunkSize); in Qspi_Ip_Read()
1459 uint32 chunkSize = QSPI_IP_MAX_READ_SIZE; in Qspi_Ip_ProgramVerify() local
1478 if (chunkSize > crtSize) in Qspi_Ip_ProgramVerify()
[all …]
/hal_nxp-latest/s32/drivers/s32ze/Mem_EXFLS/src/
DQspi_Ip.c1439 uint32 chunkSize = QSPI_IP_MAX_READ_SIZE; in Qspi_Ip_Read() local
1460 if (chunkSize > crtSize) in Qspi_Ip_Read()
1463 chunkSize = crtSize; in Qspi_Ip_Read()
1475 …= Qspi_Ip_RunReadCommand(instance, state->activeReadLut, crtAddress, crtData, NULL_PTR, chunkSize); in Qspi_Ip_Read()
1477 crtSize -= chunkSize; in Qspi_Ip_Read()
1478 crtAddress += chunkSize; in Qspi_Ip_Read()
1479 crtData = &(crtData[chunkSize - offset]); /* Handle alignment for the first read */ in Qspi_Ip_Read()
1485 status = state->configuration->eccCheckCallout(instance, crtAddress, chunkSize); in Qspi_Ip_Read()
1552 uint32 chunkSize = QSPI_IP_MAX_READ_SIZE; in Qspi_Ip_ProgramVerify() local
1573 if (chunkSize > crtSize) in Qspi_Ip_ProgramVerify()
[all …]