Searched refs:maxDevices (Results 1 – 3 of 3) sorted by relevance
898 …controllerInfo->maxDevices = (ossaHwRegReadExt(agRoot, pcibar, (bit32)CfgTblDWIdx + MAIN_MAX… in saGetControllerInfo()899 controllerInfo->maxDevices = controllerInfo->maxDevices >> SHIFT16; in saGetControllerInfo()942 SA_DBG1(("saGetControllerInfo: maxDevices 0x%X\n", controllerInfo->maxDevices)); in saGetControllerInfo()
3360 saRoot->ControllerInfo.maxDevices = (config->MDevMaxSGL & MAX_DEV_BITS) >> SHIFT16; in mpiWaitForConfigTable()3405 SA_DBG1(("mpiWaitForConfigTable: Max Device = 0x%x\n", saRoot->ControllerInfo.maxDevices)); in mpiWaitForConfigTable()
2051 bit32 maxDevices; /* Maximum Device Supported by controller */ member