Home
last modified time | relevance | path

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

/openbmc/linux/drivers/isdn/mISDN/
H A Ddsp.h68 #define MAX_POLL 256 /* maximum number of send-chunks */ macro
H A Ddsp_core.c1128 if (dsp_poll > MAX_POLL) { in dsp_init()
1130 "maximum.\n", __func__, poll, MAX_POLL); in dsp_init()
1150 while (poll <= MAX_POLL) { in dsp_init()
H A Ddsp_cmx.c1623 static s32 mixbuffer[MAX_POLL + 100];
1643 if (length > MAX_POLL + 100)
1644 length = MAX_POLL + 100;