Home
last modified time | relevance | path

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

/drivers/isdn/mISDN/
Ddsp.h68 #define MAX_POLL 256 /* maximum number of send-chunks */ macro
Ddsp_core.c1131 if (dsp_poll > MAX_POLL) { in dsp_init()
1133 "maximum.\n", __func__, poll, MAX_POLL); in dsp_init()
1153 while (poll <= MAX_POLL) { in dsp_init()
Ddsp_cmx.c1638 static s32 mixbuffer[MAX_POLL + 100];
1658 if (length > MAX_POLL + 100)
1659 length = MAX_POLL + 100;