Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/hardware/eicon/
Distream.c110 tmp[0] = (tmp[0] & DIVA_DFIFO_WRAP) | in diva_istream_write()
125 if (tmp[0] & DIVA_DFIFO_WRAP) { in diva_istream_write()
196 tmp[0] &= DIVA_DFIFO_WRAP; in diva_istream_read()
205 if (tmp[0] & DIVA_DFIFO_WRAP) { in diva_istream_read()
Ddfifo.h49 #define DIVA_DFIFO_WRAP 0x80 /* This is the last block in fifo */ macro