Searched refs:period_size_bytes (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/emu10k1/
H A Dp16v.c326 u32 period_size_bytes = frames_to_bytes(runtime, runtime->period_size); local
350 table_base[i*2]=runtime->dma_addr+(i*period_size_bytes);
351 table_base[(i*2)+1]=period_size_bytes<<16;
H A Demu10k1x.c454 u32 period_size_bytes = frames_to_bytes(runtime, runtime->period_size); local
458 *table_base++=runtime->dma_addr+(i*period_size_bytes);
459 *table_base++=period_size_bytes<<16;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/ca0106/
H A Dca0106_main.c603 u32 period_size_bytes = frames_to_bytes(runtime, runtime->period_size); local
666 table_base[i*2] = runtime->dma_addr + (i * period_size_bytes);
667 table_base[i*2+1] = period_size_bytes << 16;

Completed in 84 milliseconds