Home
last modified time | relevance | path

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

/sound/soc/
Dsoc-cache.c21 size_t reg_size; in snd_soc_cache_init() local
23 reg_size = codec_drv->reg_cache_size * codec_drv->reg_word_size; in snd_soc_cache_init()
25 if (!reg_size) in snd_soc_cache_init()
33 reg_size, GFP_KERNEL); in snd_soc_cache_init()
35 codec->reg_cache = kzalloc(reg_size, GFP_KERNEL); in snd_soc_cache_init()
/sound/soc/omap/
Domap-mcbsp.c737 .reg_size = 2,
742 .reg_size = 4,
748 .reg_size = 4,
755 .reg_size = 4,
Dmcbsp.c37 if (mcbsp->pdata->reg_size == 2) { in omap_mcbsp_write()
50 if (mcbsp->pdata->reg_size == 2) { in omap_mcbsp_read()
241 if (mcbsp->pdata->reg_size == 2) { in omap_mcbsp_dma_reg_params()