Searched refs:pipeXorBits (Results 1 – 1 of 1) sorted by relevance
2502 UINT_32 pipeXorBits = GetPipeXorBits(blockSizeLog2); in HwlComputeThinEquation() local2504 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() local2783 for (UINT_32 i = 0; i < pipeXorBits; i++) in HwlComputeThickEquation()2785 UINT_32 xor1BitPos = pipeStart + (3 * pipeXorBits) - 1 - (2 * i); in HwlComputeThickEquation()[all …]