Searched refs:RD_BufFullSize (Results 1 - 6 of 6) sorted by relevance
/third_party/backends/backend/ |
H A D | u12-hw.c | 370 dev->regs.RD_BufFullSize = dev->DataInf.dwAppPixelsPerLine * 372 if( dev->regs.RD_BufFullSize > _SIZE_BLUEFIFO ) 373 dev->regs.RD_BufFullSize = _SIZE_BLUEFIFO - 389 dev->regs.RD_BufFullSize = _SIZE_BLUEFIFO; 524 dev->regs.RD_BufFullSize = _SIZE_REDFIFO; 528 dev->regs.RD_BufFullSize = _SIZE_GREENFIFO; 541 dev->regs.RD_BufFullSize = _SIZE_BLUEFIFO; 545 dev->regs.RD_BufFullSize = _SIZE_BLUEFIFO; 550 dev->regs.RD_BufFullSize = _SIZE_GRAYFIFO; 553 dev->regs.RD_BufFullSize [all...] |
H A D | plustek-pp_p12.c | 255 ps->AsicReg.RD_BufFullSize = _SIZE_REDFIFO; in p12SetupScanningCondition() 259 ps->AsicReg.RD_BufFullSize = _SIZE_GREENFIFO; in p12SetupScanningCondition() 272 ps->AsicReg.RD_BufFullSize = _SIZE_BLUEFIFO; in p12SetupScanningCondition() 276 ps->AsicReg.RD_BufFullSize = _SIZE_BLUEFIFO; in p12SetupScanningCondition() 281 ps->AsicReg.RD_BufFullSize = _SIZE_GRAYFIFO; in p12SetupScanningCondition() 284 ps->AsicReg.RD_BufFullSize -= (ps->DataInf.dwAsicBytesPerPlane << 1); in p12SetupScanningCondition() 287 ps->AsicReg.RD_BufFullSize >>= 1; in p12SetupScanningCondition() 289 ps->AsicReg.RD_BufFullSize |= channel; in p12SetupScanningCondition()
|
H A D | u12-motor.c | 347 _SET_REG( rb, c, REG_FIFOFULLEN0, _LOBYTE(dev->regs.RD_BufFullSize)); in u12motor_WaitForPositionY() 348 _SET_REG( rb, c, REG_FIFOFULLEN1, _HIBYTE(dev->regs.RD_BufFullSize)); in u12motor_WaitForPositionY() 349 _SET_REG( rb, c, REG_FIFOFULLEN2, _LOBYTE(_HIWORD(dev->regs.RD_BufFullSize))); in u12motor_WaitForPositionY()
|
H A D | u12-hwdef.h | 418 u_long RD_BufFullSize; /* 0x54 */ member
|
H A D | plustek-pp_hwdefs.h | 523 ULong RD_BufFullSize; /* 0x54, ASIC 98003 */ member
|
H A D | plustek-pp_motor.c | 2640 IODataToRegister( ps, ps->RegFifoFullLength0, _LOBYTE(ps->AsicReg.RD_BufFullSize)); 2641 IODataToRegister( ps, ps->RegFifoFullLength1, _HIBYTE(ps->AsicReg.RD_BufFullSize)); 2642 IODataToRegister( ps, ps->RegFifoFullLength2, _LOBYTE(_HIWORD(ps->AsicReg.RD_BufFullSize)));
|
Completed in 11 milliseconds