Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsadefs.h262 #define PHY_COUNT_BITS 0x01f80000 macro
H A Dsainit.c1925 phycount = (bit8)((mainCfg.ContrlCapFlag & PHY_COUNT_BITS) >> SHIFT19); in mpiInitialize()
3362 saRoot->ControllerInfo.phyCount = (bit8)((config->ContrlCapFlag & PHY_COUNT_BITS) >> SHIFT19); in mpiWaitForConfigTable()