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.c3226 unsigned int remainder_words; in dspxfr_one_seg() local
3305 remainder_words = words_to_write % hda_frame_size_words; in dspxfr_one_seg()
3309 data += remainder_words; in dspxfr_one_seg()
3310 chip_addx += remainder_words*sizeof(u32); in dspxfr_one_seg()
3311 words_to_write -= remainder_words; in dspxfr_one_seg()
3316 words_to_write, run_size_words, remainder_words); in dspxfr_one_seg()
3343 if (remainder_words != 0) { in dspxfr_one_seg()
3347 remainder_words); in dspxfr_one_seg()
3350 remainder_words = 0; in dspxfr_one_seg()
3381 if (remainder_words != 0) { in dspxfr_one_seg()
[all …]