Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/hda/
H A Dpatch_ca0132.c3214 unsigned int remainder_words; in dspxfr_one_seg() local
3293 remainder_words = words_to_write % hda_frame_size_words; in dspxfr_one_seg()
3297 data += remainder_words; in dspxfr_one_seg()
3298 chip_addx += remainder_words*sizeof(u32); in dspxfr_one_seg()
3299 words_to_write -= remainder_words; in dspxfr_one_seg()
3304 words_to_write, run_size_words, remainder_words); in dspxfr_one_seg()
3331 if (remainder_words != 0) { in dspxfr_one_seg()
3335 remainder_words); in dspxfr_one_seg()
3338 remainder_words = 0; in dspxfr_one_seg()
3369 if (remainder_words != 0) { in dspxfr_one_seg()
[all …]