Searched refs:InterfaceRev (Results 1 – 2 of 2) sorted by relevance
3104 …config->InterfaceRev = ossaHwRegReadExt(agRoot, pcibar, (bit32)CfgTblDWIdx + MAIN_INTERFACE_REVISI… in mpiWaitForConfigTable()3162 SA_DBG1(("mpiWaitForConfigTable: Interface Revision value = 0x%08x\n", config->InterfaceRev)); in mpiWaitForConfigTable()3197 if (config->InterfaceRev != STSDK_LL_INTERFACE_VERSION) in mpiWaitForConfigTable()3199 …x does not match InterfaceRev 0x%x warning!\n", STSDK_LL_INTERFACE_VERSION, config->InterfaceRev)); in mpiWaitForConfigTable()3201 …if ((config->InterfaceRev & STSDK_LL_INTERFACE_VERSION_IGNORE_MASK) != (STSDK_LL_INTERFACE_VERSION… in mpiWaitForConfigTable()3212 if (config->InterfaceRev != STSDK_LL_12G_INTERFACE_VERSION) in mpiWaitForConfigTable()3216 …if ((config->InterfaceRev & STSDK_LL_INTERFACE_VERSION_IGNORE_MASK) != (STSDK_LL_12G_INTERFACE_VER… in mpiWaitForConfigTable()3228 if (config->InterfaceRev != STSDK_LL_OLD_INTERFACE_VERSION) in mpiWaitForConfigTable()3319 if (config->InterfaceRev > 0x301 ) in mpiWaitForConfigTable()3328 if (config->InterfaceRev > 0x301 ) in mpiWaitForConfigTable()[all …]
98 bit32 InterfaceRev; /**< DW1 Revsion of Interface */ member