period_size_bytes  746 sound/pci/ca0106/ca0106_main.c 	u32 period_size_bytes = frames_to_bytes(runtime, runtime->period_size);
period_size_bytes  825 sound/pci/ca0106/ca0106_main.c 		table_base[i*2] = runtime->dma_addr + (i * period_size_bytes);
period_size_bytes  826 sound/pci/ca0106/ca0106_main.c 		table_base[i*2+1] = period_size_bytes << 16;
period_size_bytes  446 sound/pci/emu10k1/emu10k1x.c 	u32 period_size_bytes = frames_to_bytes(runtime, runtime->period_size);
period_size_bytes  450 sound/pci/emu10k1/emu10k1x.c 		*table_base++=runtime->dma_addr+(i*period_size_bytes);
period_size_bytes  451 sound/pci/emu10k1/emu10k1x.c 		*table_base++=period_size_bytes<<16;
period_size_bytes  322 sound/pci/emu10k1/p16v.c 	u32 period_size_bytes = frames_to_bytes(runtime, runtime->period_size);
period_size_bytes  360 sound/pci/emu10k1/p16v.c 		table_base[i*2]=runtime->dma_addr+(i*period_size_bytes);
period_size_bytes  361 sound/pci/emu10k1/p16v.c 		table_base[(i*2)+1]=period_size_bytes<<16;