Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/asihpi/
H A Dhpidspcd.c120 short hpi_dsp_code_read_block(size_t words_requested, in hpi_dsp_code_read_block() argument
123 if (dsp_code->word_count + words_requested > dsp_code->block_length) in hpi_dsp_code_read_block()
129 dsp_code->word_count += words_requested; in hpi_dsp_code_read_block()
H A Dhpidspcd.h90 short hpi_dsp_code_read_block(size_t words_requested,