Searched refs:hwRevision (Results 1 – 3 of 3) sorted by relevance
738 controllerInfo->hwRevision = (ossaHwRegReadConfig32(agRoot,8) & 0xFF); in saGetControllerInfo()743 controllerInfo->hwRevision = (ossaHwRegReadConfig32(agRoot,8) & 0xFF); in saGetControllerInfo()746 controllerInfo->hwRevision = SPC_READ_DEV_REV; in saGetControllerInfo()752 controllerInfo->hwRevision = (ossaHwRegReadConfig32(agRoot,8) & 0xFF); in saGetControllerInfo()939 SA_DBG1(("saGetControllerInfo: hwRevision 0x%X\n", controllerInfo->hwRevision)); in saGetControllerInfo()
3349 saRoot->ControllerInfo.hwRevision = (ossaHwRegReadConfig32(agRoot,8) & 0xFF); in mpiWaitForConfigTable()3350 SA_DBG1(("mpiWaitForConfigTable: hwRevision 0x%x\n",saRoot->ControllerInfo.hwRevision )); in mpiWaitForConfigTable()3354 saRoot->ControllerInfo.hwRevision = SPC_READ_DEV_REV; in mpiWaitForConfigTable()3403 SA_DBG1(("mpiWaitForConfigTable: hwRevision = 0x%x\n", saRoot->ControllerInfo.hwRevision)); in mpiWaitForConfigTable()
2048 bit32 hwRevision; /* controller HW Revision number */ member