Home
last modified time | relevance | path

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

/linux-3.3/drivers/isdn/hardware/mISDN/
Davmfritz.c89 #define HDLC_FIFO_SIZE 32 macro
456 if (count > HDLC_FIFO_SIZE) { in hdlc_fill_fifo()
457 count = HDLC_FIFO_SIZE; in hdlc_fill_fifo()
466 hdlc->ctrl.sr.xml = ((count == HDLC_FIFO_SIZE) ? 0 : count); in hdlc_fill_fifo()