Searched refs:reg_cache_size (Results 1 – 12 of 12) sorted by relevance
96 if (reg >= codec->driver->reg_cache_size) in cx20442_read_reg_cache()163 if (reg >= codec->driver->reg_cache_size) in cx20442_write()405 .reg_cache_size = 1,
332 .reg_cache_size = ARRAY_SIZE(stac9766_reg),
362 .reg_cache_size = ARRAY_SIZE(wm9705_reg),
680 .reg_cache_size = ARRAY_SIZE(wm9712_reg),
763 .reg_cache_size = ARRAY_SIZE(uda1380_reg),
1236 .reg_cache_size = ARRAY_SIZE(wm9713_reg),
1451 .reg_cache_size = ARRAY_SIZE(dac33_reg),
23 reg_size = codec_drv->reg_cache_size * codec_drv->reg_word_size; in snd_soc_cache_init()
93 int wordsize = min_bytes_needed(codec->driver->reg_cache_size) * 2; in format_register_str()124 wordsize = min_bytes_needed(codec->driver->reg_cache_size) * 2; in soc_codec_reg_show()129 if (!codec->driver->reg_cache_size) in soc_codec_reg_show()135 for (i = 0; i < codec->driver->reg_cache_size; i += step) { in soc_codec_reg_show()
321 int reg_cache_size; member
511 reg_cache = kzalloc(mcbsp->reg_cache_size, GFP_KERNEL); in omap_mcbsp_request()976 mcbsp->reg_cache_size = resource_size(res); in omap_mcbsp_init()
893 unsigned int reg_cache_size; member