Home
last modified time | relevance | path

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

/hal_nxp-latest/s32/drivers/s32ze/Mem_EXFLS/src/
DQspi_Ip_Sfdp.c2063 uint8 tableLengthMax = 0U; in Qspi_Ip_SfdpFindTable() local
2105 tableLengthMax = tableLength; in Qspi_Ip_SfdpFindTable()
2114 if (tableLengthMax > *paramTableLength) in Qspi_Ip_SfdpFindTable()
2116 tableLengthMax = *paramTableLength; in Qspi_Ip_SfdpFindTable()
2119 …LUT, baseAddress + paramTableBaseAddr, (uint8 *)paramTable, NULL_PTR, (uint32)tableLengthMax * 4U); in Qspi_Ip_SfdpFindTable()
2122 *paramTableLength = tableLengthMax; in Qspi_Ip_SfdpFindTable()
/hal_nxp-latest/s32/drivers/s32k3/Fls/src/
DQspi_Ip_Sfdp.c2058 uint8 tableLengthMax = 0U; in Qspi_Ip_SfdpFindTable() local
2100 tableLengthMax = tableLength; in Qspi_Ip_SfdpFindTable()
2109 if (tableLengthMax > *paramTableLength) in Qspi_Ip_SfdpFindTable()
2111 tableLengthMax = *paramTableLength; in Qspi_Ip_SfdpFindTable()
2114 …LUT, baseAddress + paramTableBaseAddr, (uint8 *)paramTable, NULL_PTR, (uint32)tableLengthMax * 4U); in Qspi_Ip_SfdpFindTable()
2117 *paramTableLength = tableLengthMax; in Qspi_Ip_SfdpFindTable()