Home
last modified time | relevance | path

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

/sound/pci/
Dmaestro3.c2196 int data_bytes = 2 * ( MINISRC_TMP_BUFFER_SIZE / 2 + in snd_m3_assp_client_init() local
2211 data_bytes = ALIGN(data_bytes, 256); in snd_m3_assp_client_init()
2212 address = 0x1100 + ((data_bytes/2) * index); in snd_m3_assp_client_init()
2214 if ((address + (data_bytes/2)) >= 0x1c00) { in snd_m3_assp_client_init()
2217 data_bytes, index, address); in snd_m3_assp_client_init()
2225 for (i = data_bytes / 2; i > 0; address++, i--) { in snd_m3_assp_client_init()