Searched refs:xor2BitPos (Results 1 – 1 of 1) sorted by relevance
2791 UINT_32 xor2BitPos = pipeStart + (3 * pipeXorBits) - 2 - (2 * i); in HwlComputeThickEquation() local2792 ADDR_CHANNEL_SETTING* pXor2Src = (xor2BitPos < blockSizeLog2) ? in HwlComputeThickEquation()2793 … &pEquation->addr[xor2BitPos] : &xorExtra[xor2BitPos - blockSizeLog2]; in HwlComputeThickEquation()2808 UINT_32 xor2BitPos = bankStart + (3 * bankXorBits) - 2 - (2 * i); in HwlComputeThickEquation() local2809 ADDR_CHANNEL_SETTING* pXor2Src = (xor2BitPos < blockSizeLog2) ? in HwlComputeThickEquation()2810 … &pEquation->addr[xor2BitPos] : &xorExtra[xor2BitPos - blockSizeLog2]; in HwlComputeThickEquation()