Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsainit.c3103 …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()
3202 …ncompatible with InterfaceRev 0x%x warning!\n", STSDK_LL_INTERFACE_VERSION, config->InterfaceRev)); in mpiWaitForConfigTable()
3211 if (config->InterfaceRev != STSDK_LL_12G_INTERFACE_VERSION) in mpiWaitForConfigTable()
3213 …es not match InterfaceRev 0x%x warning!\n", STSDK_LL_12G_INTERFACE_VERSION, config->InterfaceRev)); in mpiWaitForConfigTable()
3215 …if ((config->InterfaceRev & STSDK_LL_INTERFACE_VERSION_IGNORE_MASK) != (STSDK_LL_12G_INTERFACE_VER… in mpiWaitForConfigTable()
3217 …patible with InterfaceRev 0x%x warning!\n", STSDK_LL_12G_INTERFACE_VERSION, config->InterfaceRev)); in mpiWaitForConfigTable()
[all …]
H A Dspcdefs.h97 bit32 InterfaceRev; /**< DW1 Revsion of Interface */ member