Searched refs:InterfaceRev (Results 1 – 2 of 2) sorted by relevance
3103 …config->InterfaceRev = ossaHwRegReadExt(agRoot, pcibar, (bit32)CfgTblDWIdx + MAIN_INTERFACE_REVISI… in mpiWaitForConfigTable()3161 SA_DBG1(("mpiWaitForConfigTable: Interface Revision value = 0x%08x\n", config->InterfaceRev)); in mpiWaitForConfigTable()3196 if (config->InterfaceRev != STSDK_LL_INTERFACE_VERSION) in mpiWaitForConfigTable()3198 …x does not match InterfaceRev 0x%x warning!\n", STSDK_LL_INTERFACE_VERSION, config->InterfaceRev)); in mpiWaitForConfigTable()3200 …if ((config->InterfaceRev & STSDK_LL_INTERFACE_VERSION_IGNORE_MASK) != (STSDK_LL_INTERFACE_VERSION… in mpiWaitForConfigTable()3211 if (config->InterfaceRev != STSDK_LL_12G_INTERFACE_VERSION) in mpiWaitForConfigTable()3215 …if ((config->InterfaceRev & STSDK_LL_INTERFACE_VERSION_IGNORE_MASK) != (STSDK_LL_12G_INTERFACE_VER… in mpiWaitForConfigTable()3227 if (config->InterfaceRev != STSDK_LL_OLD_INTERFACE_VERSION) in mpiWaitForConfigTable()3318 if (config->InterfaceRev > 0x301 ) in mpiWaitForConfigTable()3327 if (config->InterfaceRev > 0x301 ) in mpiWaitForConfigTable()[all …]
97 bit32 InterfaceRev; /**< DW1 Revsion of Interface */ member