Lines Matching defs:iValue
5165 SANE_Int iValue, myctpc;
5176 iValue = 0x00895440;
5180 iValue = 0x00b71b00;
5183 iValue = 0x0112a880;
5187 iValue = 0x016e3600;
5190 iValue = 0x02255100;
5193 iValue = 0x02dc6c00;
5196 iValue = 0x044aa200;
5199 iValue = 0x05b8d800;
5203 iValue = 0x00f42400;
5206 iValue = 0x01e84800;
5209 iValue = 0x0478f7f8;
5214 iValue /= ((Regs[0x96] & 0x3f) + 1);
5215 iValue /= dev->motorcfg->basespeedpps;
5222 /* if last step of accurve.normalscan table is lower than iValue ... */
5223 if (data_lsb_get (&Regs[0xe1], 3) < iValue)
5240 iValue = (iValue + 1) * step_size;
5243 traget = (((myctpc + iValue - 1) / myctpc) * myctpc);
10398 SANE_Int iValue;
10411 iValue = data_lsb_get (&myRegs[0x30], 3);
10412 data_lsb_set (&Regs[0x30], iValue, 3);
10415 iValue = data_lsb_get (&myRegs[0x33], 3);
10416 data_lsb_set (&Regs[0x33], iValue, 3);
10418 iValue = data_lsb_get (&myRegs[0x39], 3);
10419 data_lsb_set (&Regs[0x39], iValue, 3);
10421 iValue = data_lsb_get (&myRegs[0x3f], 3);
10422 data_lsb_set (&Regs[0x3f], iValue, 3);
10858 SANE_Int mygain, iValue;
10864 iValue = DPIGAINCONTROL_TA600;
10868 iValue = DPIGAINCONTROL_NEG600;
10872 iValue = DPIGAINCONTROL600;
10876 mygain = get_value (SCAN_PARAM, iValue, ret, usbfile);