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

/drivers/isdn/mISDN/
H A Ddsp.h68 #define MAX_POLL 256 /* maximum number of send-chunks */ macro
H A Ddsp_core.c1133 if (dsp_poll > MAX_POLL) {
1135 "maximum.\n", __func__, poll, MAX_POLL);
1155 while (poll <= MAX_POLL) {
H A Ddsp_cmx.c1635 static s32 mixbuffer[MAX_POLL + 100];
1655 if (length > MAX_POLL + 100)
1656 length = MAX_POLL + 100;

Completed in 56 milliseconds