Searched refs:buffer_end (Results 1 – 2 of 2) sorted by relevance
47 char *data_buffer, *buffer_begin, *buffer_end; member68 chip->buffer_begin = chip->buffer_end = chip->data_buffer; in dac_audio_reset()107 chip->buffer_begin = chip->buffer_end = chip->data_buffer; in snd_sh_dac_pcm_open()148 chip->buffer_begin = chip->buffer_end = chip->data_buffer; in snd_sh_dac_pcm_trigger()169 chip->buffer_end = chip->data_buffer + pos + count; in snd_sh_dac_pcm_copy()187 chip->buffer_end = chip->data_buffer + pos + count; in snd_sh_dac_pcm_copy_kernel()205 chip->buffer_end = chip->data_buffer + pos + count; in snd_sh_dac_pcm_silence()305 if (chip->buffer_begin == chip->buffer_end) in sh_dac_audio_timer()
206 u32 buffer_end; /* end offset */ member1353 unsigned long pointer_found = chip->buffer_end - 0x1400; in snd_nm256_peek_for_sig()1356 temp = ioremap(chip->buffer_addr + chip->buffer_end - 0x400, 16); in snd_nm256_peek_for_sig()1372 pointer > chip->buffer_end) { in snd_nm256_peek_for_sig()1386 chip->buffer_end = pointer_found; in snd_nm256_peek_for_sig()1546 chip->buffer_end = 2560 * 1024; in snd_nm256_create()1553 chip->buffer_end = 6144 * 1024; in snd_nm256_create()1555 chip->buffer_end = 4096 * 1024; in snd_nm256_create()1569 if (buffer_top >= chip->buffer_size && buffer_top < chip->buffer_end) in snd_nm256_create()1570 chip->buffer_end = buffer_top; in snd_nm256_create()[all …]