Searched refs:MAX_BUFSIZE (Results 1 – 4 of 4) sorted by relevance
45 #define MAX_BUFSIZE 8192 macro89 char buf[MAX_BUFSIZE];146 if (bufsize < COUNTSIZE || bufsize > MAX_BUFSIZE) {
71 #define MAX_BUFSIZE (1<<17) /* Limit for Amiga is 128 kb */ macro79 #define MAX_BUFSIZE (1<<18) /* this is somewhat arbitrary for pmac */ macro
1491 if (size < MIN_BUFSIZE || size > MAX_BUFSIZE) in dmasound_setup()
33 OUT_EP = 6, IN_EP = 2, MAX_BUFSIZE = 128 * 1024 enumerator63 .buffer_bytes_max = MAX_BUFSIZE,65 .period_bytes_max = MAX_BUFSIZE,