Searched refs:xor1BitPos (Results 1 – 1 of 1) sorted by relevance
2509 UINT_32 xor1BitPos = pipeStart + 2 * pipeXorBits - 1 - i; in HwlComputeThinEquation() local2510 ADDR_CHANNEL_SETTING* pXor1Src = (xor1BitPos < blockSizeLog2) ? in HwlComputeThinEquation()2511 … &pEquation->addr[xor1BitPos] : &xorExtra[xor1BitPos - blockSizeLog2]; in HwlComputeThinEquation()2518 UINT_32 xor1BitPos = bankStart + 2 * bankXorBits - 1 - i; in HwlComputeThinEquation() local2519 ADDR_CHANNEL_SETTING* pXor1Src = (xor1BitPos < blockSizeLog2) ? in HwlComputeThinEquation()2520 … &pEquation->addr[xor1BitPos] : &xorExtra[xor1BitPos - blockSizeLog2]; in HwlComputeThinEquation()2785 UINT_32 xor1BitPos = pipeStart + (3 * pipeXorBits) - 1 - (2 * i); in HwlComputeThickEquation() local2786 ADDR_CHANNEL_SETTING* pXor1Src = (xor1BitPos < blockSizeLog2) ? in HwlComputeThickEquation()2787 … &pEquation->addr[xor1BitPos] : &xorExtra[xor1BitPos - blockSizeLog2]; in HwlComputeThickEquation()2802 UINT_32 xor1BitPos = bankStart + (3 * bankXorBits) - 1 - (2 * i); in HwlComputeThickEquation() local[all …]