Lines Matching defs:pbReg
169 UShort wLow, pUChar pbReg, Bool *fDACStopFlag )
174 *pbReg += ((DarkOff - wHigh) / 20);
176 *pbReg += ((DarkOff - wHigh) / 10);
178 *pbReg += 1;
180 if (!(*pbReg))
181 *pbReg = 0xff;
189 *pbReg -= 2;
191 *pbReg -= 10;
265 pUChar pbReg[3];
269 pbReg[0] = &ps->bRedGainIndex;
270 pbReg[1] = &ps->bGreenGainIndex;
271 pbReg[2] = &ps->bBlueGainIndex;
281 *(pbReg[w]) += 1;
283 *(pbReg[w]) += 4;
286 *(pbReg[w]) -= 1;
299 pUChar pbReg[3];
303 pbReg[0] = &ps->bRedGainIndex;
304 pbReg[1] = &ps->bGreenGainIndex;
305 pbReg[2] = &ps->bBlueGainIndex;
314 *(pbReg [w]) -= 1;
1305 pUChar pbReg[3];
1400 pbReg[0] = &ps->Asic96Reg.RD_RedGainOut;
1401 pbReg[1] = &ps->Asic96Reg.RD_GreenGainOut;
1402 pbReg[2] = &ps->Asic96Reg.RD_BlueGainOut;
1413 *(pbReg[w]) += a_bCorrectTimesTable[bCorrectTimes - 1];
1416 *(pbReg[w]) -= a_bCorrectTimesTable[bCorrectTimes - 1];