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

/drivers/staging/comedi/drivers/
H A Ddt3000.c201 #define AI_FIFO_DEPTH 2003 macro
454 count += AI_FIFO_DEPTH;
464 if (rear >= AI_FIFO_DEPTH)
685 writew(AI_FIFO_DEPTH / 2, devpriv->io_addr + DPR_Params(7));
686 dev_dbg(dev->hw_dev, "param[7]=0x%04x\n", AI_FIFO_DEPTH / 2);

Completed in 305 milliseconds