Home
last modified time | relevance | path

Searched refs:RD_BufFullSize (Results 1 - 6 of 6) sorted by relevance

/third_party/backends/backend/
H A Du12-hw.c370 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 Dplustek-pp_p12.c255 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 Du12-motor.c347 _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 Du12-hwdef.h418 u_long RD_BufFullSize; /* 0x54 */ member
H A Dplustek-pp_hwdefs.h523 ULong RD_BufFullSize; /* 0x54, ASIC 98003 */ member
H A Dplustek-pp_motor.c2640 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 10 milliseconds