Home
last modified time | relevance | path

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

/sound/pci/asihpi/
Dhpidspcd.c81 dsp_code->block_length = header.size / sizeof(u32); in hpi_dsp_code_open()
88 dsp_code->block_length = 0; in hpi_dsp_code_open()
110 if (dsp_code->word_count + 1 > dsp_code->block_length) in hpi_dsp_code_read_word()
123 if (dsp_code->word_count + words_requested > dsp_code->block_length) in hpi_dsp_code_read_block()
Dhpidspcd.h49 u32 block_length; member