Lines Matching refs:pipeXorBits
2502 UINT_32 pipeXorBits = GetPipeXorBits(blockSizeLog2); in HwlComputeThinEquation() local
2504 UINT_32 bankStart = pipeStart + pipeXorBits; in HwlComputeThinEquation()
2507 for (UINT_32 i = 0; i < pipeXorBits; i++) in HwlComputeThinEquation()
2509 UINT_32 xor1BitPos = pipeStart + 2 * pipeXorBits - 1 - i; in HwlComputeThinEquation()
2527 for (UINT_32 i = 0; i < pipeXorBits; i++) in HwlComputeThinEquation()
2529 InitChannel(1, 2, pipeXorBits - i - 1, &pEquation->xor2[pipeStart + i]); in HwlComputeThinEquation()
2534 … InitChannel(1, 2, bankXorBits - i - 1 + pipeXorBits, &pEquation->xor2[bankStart + i]); in HwlComputeThinEquation()
2782 UINT_32 pipeXorBits = GetPipeXorBits(blockSizeLog2); in HwlComputeThickEquation() local
2783 for (UINT_32 i = 0; i < pipeXorBits; i++) in HwlComputeThickEquation()
2785 UINT_32 xor1BitPos = pipeStart + (3 * pipeXorBits) - 1 - (2 * i); in HwlComputeThickEquation()
2791 UINT_32 xor2BitPos = pipeStart + (3 * pipeXorBits) - 2 - (2 * i); in HwlComputeThickEquation()
2798 UINT_32 bankStart = pipeStart + pipeXorBits; in HwlComputeThickEquation()