Searched refs:hwRevision (Results 1 – 3 of 3) sorted by relevance
737 controllerInfo->hwRevision = (ossaHwRegReadConfig32(agRoot,8) & 0xFF); in saGetControllerInfo()742 controllerInfo->hwRevision = (ossaHwRegReadConfig32(agRoot,8) & 0xFF); in saGetControllerInfo()745 controllerInfo->hwRevision = SPC_READ_DEV_REV; in saGetControllerInfo()751 controllerInfo->hwRevision = (ossaHwRegReadConfig32(agRoot,8) & 0xFF); in saGetControllerInfo()938 SA_DBG1(("saGetControllerInfo: hwRevision 0x%X\n", controllerInfo->hwRevision)); in saGetControllerInfo()
3348 saRoot->ControllerInfo.hwRevision = (ossaHwRegReadConfig32(agRoot,8) & 0xFF); in mpiWaitForConfigTable()3349 SA_DBG1(("mpiWaitForConfigTable: hwRevision 0x%x\n",saRoot->ControllerInfo.hwRevision )); in mpiWaitForConfigTable()3353 saRoot->ControllerInfo.hwRevision = SPC_READ_DEV_REV; in mpiWaitForConfigTable()3402 SA_DBG1(("mpiWaitForConfigTable: hwRevision = 0x%x\n", saRoot->ControllerInfo.hwRevision)); in mpiWaitForConfigTable()
2047 bit32 hwRevision; /* controller HW Revision number */ member