Home
last modified time | relevance | path

Searched refs:DEFAULT_BUFF_SIZE (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/sound/oss/dmasound/ !
Ddmasound.h83 #define DEFAULT_BUFF_SIZE (1<<15) macro
Ddmasound_core.c203 static unsigned int writeBufSize = DEFAULT_BUFF_SIZE ; /* in bytes */
/linux-2.6.39/drivers/staging/bcm/ !
Dnvm.h403 #define DEFAULT_BUFF_SIZE 0x10000 macro
DBcmchar.c1951 if(NOB > DEFAULT_BUFF_SIZE) in bcm_char_ioctl()
1952 BuffSize = DEFAULT_BUFF_SIZE; in bcm_char_ioctl()
1981 if(NOB > DEFAULT_BUFF_SIZE ) in bcm_char_ioctl()
1982 ReadBytes = DEFAULT_BUFF_SIZE; in bcm_char_ioctl()