Searched refs:tablePtr (Results 1 – 2 of 2) sorted by relevance
1250 const uint32* tablePtr = NULL_PTR; in Qspi_Ip_SfdpGetBasicParam() local1255 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() local1290 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() local1325 tablePtr = sfdpTables->paramTable_xspi1; in Qspi_Ip_SfdpGetXspi1Param()[all …]
1245 const uint32* tablePtr = NULL_PTR; in Qspi_Ip_SfdpGetBasicParam() local1250 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() local1285 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() local1320 tablePtr = sfdpTables->paramTable_xspi1; in Qspi_Ip_SfdpGetXspi1Param()[all …]