Home
last modified time | relevance | path

Searched refs:DAQP_FIFO_SIZE (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/comedi/drivers/
H A Dquatech_daqp_cs.c142 #define DAQP_FIFO_SIZE 4096 macro
577 while (nbytes > DAQP_FIFO_SIZE * 3 / 4) in daqp_ai_cmd()
581 threshold = DAQP_FIFO_SIZE / 2; in daqp_ai_cmd()
599 outb((DAQP_FIFO_SIZE - threshold) & 0xff, in daqp_ai_cmd()
601 outb((DAQP_FIFO_SIZE - threshold) >> 8, dev->iobase + DAQP_AI_FIFO_REG); in daqp_ai_cmd()