Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_cc.c3955 uint16_t countMask = (uint16_t)(glblMask >> 4); in IcHashIndexedCheckParams() local
3962 while (countMask) in IcHashIndexedCheckParams()
3965 countMask = (uint16_t)(countMask >> 1); in IcHashIndexedCheckParams()
7121 uint16_t numOfSets, numOfWays, countMask, onesCount = 0; in FM_PCD_HashTableSet() local
7176 countMask = (uint16_t)(p_Param->hashResMask >> 4); in FM_PCD_HashTableSet()
7177 while (countMask) in FM_PCD_HashTableSet()
7180 countMask = (uint16_t)(countMask >> 1); in FM_PCD_HashTableSet()