bdbars            403 sound/pci/intel8x0.c 	struct snd_dma_buffer bdbars;
bdbars           2579 sound/pci/intel8x0.c 	if (chip->bdbars.area)
bdbars           2580 sound/pci/intel8x0.c 		snd_dma_free_pages(&chip->bdbars);
bdbars           2918 sound/pci/intel8x0.c 	static unsigned int bdbars[] = {
bdbars           3015 sound/pci/intel8x0.c 	chip->bdbars_count = bdbars[device_type];
bdbars           3052 sound/pci/intel8x0.c 				&chip->bdbars) < 0) {
bdbars           3062 sound/pci/intel8x0.c 		ichdev->bdbar = ((__le32 *)chip->bdbars.area) +
bdbars           3064 sound/pci/intel8x0.c 		ichdev->bdbar_addr = chip->bdbars.addr +
bdbars            200 sound/pci/intel8x0m.c 	struct snd_dma_buffer bdbars;
bdbars            993 sound/pci/intel8x0m.c 	if (chip->bdbars.area)
bdbars            994 sound/pci/intel8x0m.c 		snd_dma_free_pages(&chip->bdbars);
bdbars           1181 sound/pci/intel8x0m.c 				&chip->bdbars) < 0) {
bdbars           1190 sound/pci/intel8x0m.c 		ichdev->bdbar = ((__le32 *)chip->bdbars.area) + (i * ICH_MAX_FRAGS * 2);
bdbars           1191 sound/pci/intel8x0m.c 		ichdev->bdbar_addr = chip->bdbars.addr + (i * sizeof(u32) * ICH_MAX_FRAGS * 2);