Home
last modified time | relevance | path

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

/hal_nxp-latest/s32/drivers/s32ze/Mem_EXFLS/src/
DQspi_Ip_Sfdp.c1250 const uint32* tablePtr = NULL_PTR; in Qspi_Ip_SfdpGetBasicParam() local
1255 tablePtr = sfdpTables->paramTable_basic; in Qspi_Ip_SfdpGetBasicParam()
1258 if ((NULL_PTR != tablePtr) && (dword <= tableSize) ) in Qspi_Ip_SfdpGetBasicParam()
1262 result = ((uint32)(tablePtr[dword - 1U] >> shift)) & mask; in Qspi_Ip_SfdpGetBasicParam()
1285 const uint32* tablePtr = NULL_PTR; in Qspi_Ip_SfdpGet4BAddParam() local
1290 tablePtr = sfdpTables->paramTable_4badd; in Qspi_Ip_SfdpGet4BAddParam()
1293 if ((NULL_PTR != tablePtr) && (dword <= tableSize) ) in Qspi_Ip_SfdpGet4BAddParam()
1297 result = ((uint32)(tablePtr[dword - 1U] >> shift)) & mask; in Qspi_Ip_SfdpGet4BAddParam()
1320 const uint32* tablePtr = NULL_PTR; in Qspi_Ip_SfdpGetXspi1Param() local
1325 tablePtr = sfdpTables->paramTable_xspi1; in Qspi_Ip_SfdpGetXspi1Param()
[all …]
/hal_nxp-latest/s32/drivers/s32k3/Fls/src/
DQspi_Ip_Sfdp.c1245 const uint32* tablePtr = NULL_PTR; in Qspi_Ip_SfdpGetBasicParam() local
1250 tablePtr = sfdpTables->paramTable_basic; in Qspi_Ip_SfdpGetBasicParam()
1253 if ((NULL_PTR != tablePtr) && (dword <= tableSize) ) in Qspi_Ip_SfdpGetBasicParam()
1257 result = ((uint32)(tablePtr[dword - 1U] >> shift)) & mask; in Qspi_Ip_SfdpGetBasicParam()
1280 const uint32* tablePtr = NULL_PTR; in Qspi_Ip_SfdpGet4BAddParam() local
1285 tablePtr = sfdpTables->paramTable_4badd; in Qspi_Ip_SfdpGet4BAddParam()
1288 if ((NULL_PTR != tablePtr) && (dword <= tableSize) ) in Qspi_Ip_SfdpGet4BAddParam()
1292 result = ((uint32)(tablePtr[dword - 1U] >> shift)) & mask; in Qspi_Ip_SfdpGet4BAddParam()
1315 const uint32* tablePtr = NULL_PTR; in Qspi_Ip_SfdpGetXspi1Param() local
1320 tablePtr = sfdpTables->paramTable_xspi1; in Qspi_Ip_SfdpGetXspi1Param()
[all …]