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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/isdn/hardware/mISDN/
H A Davmfritz.c88 #define HDLC_FIFO_SIZE 32 macro
455 if (count > HDLC_FIFO_SIZE) {
456 count = HDLC_FIFO_SIZE;
465 hdlc->ctrl.sr.xml = ((count == HDLC_FIFO_SIZE) ? 0 : count);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/isdn/hardware/mISDN/
H A Davmfritz.c88 #define HDLC_FIFO_SIZE 32 macro
455 if (count > HDLC_FIFO_SIZE) {
456 count = HDLC_FIFO_SIZE;
465 hdlc->ctrl.sr.xml = ((count == HDLC_FIFO_SIZE) ? 0 : count);

Completed in 127 milliseconds