Searched refs:maxBitsUsed (Results 1 – 1 of 1) sorted by relevance
2423 const UINT_32 maxBitsUsed = 4; in HwlComputeBlock256Equation() local2424 ADDR_CHANNEL_SETTING x[maxBitsUsed] = {}; in HwlComputeBlock256Equation()2425 ADDR_CHANNEL_SETTING y[maxBitsUsed] = {}; in HwlComputeBlock256Equation()2427 for (i = 0; i < maxBitsUsed; i++) in HwlComputeBlock256Equation()2632 const UINT_32 maxBitsUsed = 14; in HwlComputeThinEquation() local2633 ADDR_ASSERT((2 * maxBitsUsed) >= maxXorBits); in HwlComputeThinEquation()2634 ADDR_CHANNEL_SETTING x[maxBitsUsed] = {}; in HwlComputeThinEquation()2635 ADDR_CHANNEL_SETTING y[maxBitsUsed] = {}; in HwlComputeThinEquation()2641 for (UINT_32 i = 0; i < maxBitsUsed; i++) in HwlComputeThinEquation()2791 const UINT_32 maxBitsUsed = 12; in HwlComputeThickEquation() local[all …]