Home
last modified time | relevance | path

Searched refs:ContrlCapFlag (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dspcdefs.h103 bit32 ContrlCapFlag; /**< DW5 Controller Capability */ member
H A Dsainit.c1925 phycount = (bit8)((mainCfg.ContrlCapFlag & PHY_COUNT_BITS) >> SHIFT19); in mpiInitialize()
1934 if (mainCfg.ContrlCapFlag & HP_SUPPORT_BIT) in mpiInitialize()
1939 if (mainCfg.ContrlCapFlag & INT_COL_BIT) in mpiInitialize()
3115 …config->ContrlCapFlag = ossaHwRegReadExt(agRoot, pcibar, (bit32)CfgTblDWIdx + MAIN_CNTRL_CAP_OFFSE… in mpiWaitForConfigTable()
3179 SA_DBG1(("mpiWaitForConfigTable: ContrlCapFlag value = 0x%08x\n", config->ContrlCapFlag)); in mpiWaitForConfigTable()
3361 saRoot->ControllerInfo.queueSupport = config->ContrlCapFlag & Q_SUPPORT_BITS; in mpiWaitForConfigTable()
3362 saRoot->ControllerInfo.phyCount = (bit8)((config->ContrlCapFlag & PHY_COUNT_BITS) >> SHIFT19); in mpiWaitForConfigTable()
3363 saRoot->ControllerInfo.sasSpecsSupport = (config->ContrlCapFlag & SAS_SPEC_BITS) >> SHIFT25; in mpiWaitForConfigTable()
H A Dsaioctlcmd.c722 bit32 ContrlCapFlag, MSGUCfgTblBase, CfgTblDWIdx; in saGetControllerInfo() local
920ContrlCapFlag = ossaHwRegReadExt(agRoot, pcibar, (bit32)CfgTblDWIdx + MAIN_CNT… in saGetControllerInfo()
921 controllerInfo->queueSupport = ContrlCapFlag & MAIN_QSUPPORT_BITS; in saGetControllerInfo()
922 controllerInfo->phyCount = (bit8)((ContrlCapFlag & MAIN_PHY_COUNT_MASK) >> SHIFT19); in saGetControllerInfo()
933 controllerInfo->sasSpecsSupport = (ContrlCapFlag & MAIN_SAS_SUPPORT_BITS) >> SHIFT25; in saGetControllerInfo()