Searched defs:DAQP_FIFO_SIZE (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/comedi/drivers/
H A Dquatech_daqp_cs.c83 #define DAQP_FIFO_SIZE 4096 macro
723 while (threshold > DAQP_FIFO_SIZE * 3 / 4)
727 threshold = DAQP_FIFO_SIZE / 2;
745 outb((DAQP_FIFO_SIZE - threshold) & 0xff, dev->iobase + DAQP_FIFO);
746 outb((DAQP_FIFO_SIZE - threshold) >> 8, dev->iobase + DAQP_FIFO);

Completed in 11 milliseconds