buffer_top         47 sound/pci/nm256/nm256.c static int buffer_top;			/* not specified */
buffer_top         63 sound/pci/nm256/nm256.c module_param(buffer_top, int, 0444);
buffer_top         64 sound/pci/nm256/nm256.c MODULE_PARM_DESC(buffer_top, "Set the top address of audio buffer for " CARD_NAME " soundcard.");
buffer_top       1569 sound/pci/nm256/nm256.c 	if (buffer_top >= chip->buffer_size && buffer_top < chip->buffer_end)
buffer_top       1570 sound/pci/nm256/nm256.c 		chip->buffer_end = buffer_top;
buffer_top       1695 sound/pci/nm256/nm256.c 		buffer_top = 0x25a800;	/* this avoids conflicts with XFree86 server */