Searched refs:maxBitsUsed (Results 1 – 1 of 1) sorted by relevance
2222 const UINT_32 maxBitsUsed = 4; in HwlComputeBlock256Equation() local2223 ADDR_CHANNEL_SETTING x[maxBitsUsed] = {}; in HwlComputeBlock256Equation()2224 ADDR_CHANNEL_SETTING y[maxBitsUsed] = {}; in HwlComputeBlock256Equation()2226 for (i = 0; i < maxBitsUsed; i++) in HwlComputeBlock256Equation()2431 const UINT_32 maxBitsUsed = 14; in HwlComputeThinEquation() local2432 ADDR_ASSERT((2 * maxBitsUsed) >= maxXorBits); in HwlComputeThinEquation()2433 ADDR_CHANNEL_SETTING x[maxBitsUsed] = {}; in HwlComputeThinEquation()2434 ADDR_CHANNEL_SETTING y[maxBitsUsed] = {}; in HwlComputeThinEquation()2440 for (UINT_32 i = 0; i < maxBitsUsed; i++) in HwlComputeThinEquation()2590 const UINT_32 maxBitsUsed = 12; in HwlComputeThickEquation() local[all …]