Searched refs:FWRevision (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/ |
H A D | sainit.c | 3106 config->FWRevision = ossaHwRegReadExt(agRoot, pcibar, (bit32)CfgTblDWIdx + MAIN_FW_REVISION); in mpiWaitForConfigTable() 3162 SA_DBG1(("mpiWaitForConfigTable: FW Revision value = 0x%08x\n", config->FWRevision)); in mpiWaitForConfigTable() 3241 …itForConfigTable:6 sTSDK ver. sa.h 0x%08x config 0x%08x\n", STSDK_LL_VERSION, config->FWRevision)); in mpiWaitForConfigTable() 3243 if (config->FWRevision != MATCHING_V_FW_VERSION ) in mpiWaitForConfigTable() 3245 if (config->FWRevision > MATCHING_V_FW_VERSION) in mpiWaitForConfigTable() 3247 …DK ver. 0x%x hadn't tested with FW ver. 0x%08x warning!\n", STSDK_LL_VERSION, config->FWRevision)); in mpiWaitForConfigTable() 3251 else if (config->FWRevision < MIN_FW_SPCVE_VERSION_SUPPORTED) in mpiWaitForConfigTable() 3253 …K ver. 0x%x not compatible with FW ver. 0x%08x warning!\n", STSDK_LL_VERSION, config->FWRevision)); in mpiWaitForConfigTable() 3260 …: sTSDK ver. 0x%x mismatch with FW ver. 0x%08x warning!\n",STSDK_LL_VERSION , config->FWRevision)); in mpiWaitForConfigTable() 3266 …ConfigTable:12 sTSDK ver. sa.h 0x%08x config 0x%08x\n", STSDK_LL_12G_VERSION, config->FWRevision)); in mpiWaitForConfigTable() [all …]
|
H A D | spcdefs.h | 98 bit32 FWRevision; /**< DW2 Revsion of FW */ member
|