Searched refs:b_pos (Results 1 – 1 of 1) sorted by relevance
194 ssize_t b_pos = frames_to_bytes(runtime , pos); in snd_sh_dac_pcm_copy() local202 memcpy_toio(chip->data_buffer + b_pos, src, b_count); in snd_sh_dac_pcm_copy()203 chip->buffer_end = chip->data_buffer + b_pos + b_count; in snd_sh_dac_pcm_copy()221 ssize_t b_pos = frames_to_bytes(runtime , pos); in snd_sh_dac_pcm_silence() local229 memset_io(chip->data_buffer + b_pos, 0, b_count); in snd_sh_dac_pcm_silence()230 chip->buffer_end = chip->data_buffer + b_pos + b_count; in snd_sh_dac_pcm_silence()