Searched refs:bankStart (Results 1 – 1 of 1) sorted by relevance
2504 UINT_32 bankStart = pipeStart + pipeXorBits; in HwlComputeThinEquation() local2518 UINT_32 xor1BitPos = bankStart + 2 * bankXorBits - 1 - i; in HwlComputeThinEquation()2522 InitChannel(&pEquation->xor1[bankStart + i], pXor1Src); in HwlComputeThinEquation()2534 … InitChannel(1, 2, bankXorBits - i - 1 + pipeXorBits, &pEquation->xor2[bankStart + i]); in HwlComputeThinEquation()2798 UINT_32 bankStart = pipeStart + pipeXorBits; in HwlComputeThickEquation() local2802 UINT_32 xor1BitPos = bankStart + (3 * bankXorBits) - 1 - (2 * i); in HwlComputeThickEquation()2806 InitChannel(&pEquation->xor1[bankStart + i], pXor1Src); in HwlComputeThickEquation()2808 UINT_32 xor2BitPos = bankStart + (3 * bankXorBits) - 2 - (2 * i); in HwlComputeThickEquation()2812 InitChannel(&pEquation->xor2[bankStart + i], pXor2Src); in HwlComputeThickEquation()