Home
last modified time | relevance | path

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

/sound/sh/
Dsh_dac_audio.c62 char *data_buffer, *buffer_begin, *buffer_end; member
83 chip->buffer_begin = chip->buffer_end = chip->data_buffer; in dac_audio_reset()
122 chip->buffer_begin = chip->buffer_end = chip->data_buffer; in snd_sh_dac_pcm_open()
175 chip->buffer_begin = chip->buffer_end = chip->data_buffer; in snd_sh_dac_pcm_trigger()
203 chip->buffer_end = chip->data_buffer + b_pos + b_count; in snd_sh_dac_pcm_copy()
230 chip->buffer_end = chip->data_buffer + b_pos + b_count; in snd_sh_dac_pcm_silence()
334 if (chip->buffer_begin == chip->buffer_end) in sh_dac_audio_timer()
/sound/pci/nm256/
Dnm256.c220 u32 buffer_end; /* end offset */ member
1350 unsigned long pointer_found = chip->buffer_end - 0x1400; in snd_nm256_peek_for_sig()
1353 temp = ioremap_nocache(chip->buffer_addr + chip->buffer_end - 0x400, 16); in snd_nm256_peek_for_sig()
1369 pointer > chip->buffer_end) { in snd_nm256_peek_for_sig()
1383 chip->buffer_end = pointer_found; in snd_nm256_peek_for_sig()
1544 chip->buffer_end = 2560 * 1024; in snd_nm256_create()
1551 chip->buffer_end = 6144 * 1024; in snd_nm256_create()
1553 chip->buffer_end = 4096 * 1024; in snd_nm256_create()
1567 if (buffer_top >= chip->buffer_size && buffer_top < chip->buffer_end) in snd_nm256_create()
1568 chip->buffer_end = buffer_top; in snd_nm256_create()
[all …]