Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/hardware/eicon/
Distream.c112 ((!length && final) ? DIVA_DFIFO_LAST : 0); in diva_istream_write()
113 if (tmp[0] & DIVA_DFIFO_LAST) { in diva_istream_write()
193 if (tmp[0] & DIVA_DFIFO_LAST) { in diva_istream_read()
Ddfifo.h51 #define DIVA_DFIFO_LAST 0x20 /* This block is last in message */ macro