Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dwm_adsp.c184 #define WM_ADSP_MIN_FRAGMENT_SIZE (16 * CS_DSP_DATA_WORD_SIZE)
185 #define WM_ADSP_MAX_FRAGMENT_SIZE (4096 * CS_DSP_DATA_WORD_SIZE)
1316 params->buffer.fragment_size % CS_DSP_DATA_WORD_SIZE) { in wm_adsp_compr_check_params()
1355 return compr->size.fragment_size / CS_DSP_DATA_WORD_SIZE; in wm_adsp_compr_frag_words()
1792 buf->read_index, write_index, avail * CS_DSP_DATA_WORD_SIZE); in wm_adsp_buffer_update_avail()
1913 tstamp->copied_total += buf->avail * CS_DSP_DATA_WORD_SIZE; in wm_adsp_compr_pointer()
1992 count /= CS_DSP_DATA_WORD_SIZE; in wm_adsp_compr_read()
2002 nbytes = nwords * CS_DSP_DATA_WORD_SIZE; in wm_adsp_compr_read()
/linux/include/linux/firmware/cirrus/
H A Dcs_dsp.h37 #define CS_DSP_DATA_WORD_SIZE 3 macro