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

/drivers/staging/comedi/drivers/
H A Drtd520.c1549 u16 fifoStatus; local
1557 fifoStatus = RtdFifoStatus(dev);
1559 if (!(fifoStatus & FS_ADC_NOT_FULL)) { /* 0 -> full */
1560 DPRINTK("rtd520: FIFO full! fifo_status=0x%x\n", (fifoStatus ^ 0x6666) & 0x7777); /* should be all 0s */
1606 if (!(fifoStatus & FS_ADC_HEMPTY)) { /* 0 -> 1/2 full */
1608 (fifoStatus ^ 0x6666) & 0x7777); */
1616 DPRINTK("rtd520: Samples Done (1/2). fifo_status was 0x%x\n", (fifoStatus ^ 0x6666) & 0x7777); /* should be all 0s */
1622 devpriv->transCount, (fifoStatus ^ 0x6666) & 0x7777); */
1623 if (fifoStatus & FS_ADC_NOT_EMPTY) { /* 1 -> not empty */
1633 (fifoStatus
[all...]

Completed in 20 milliseconds