Searched refs:reg_cache_size (Results 1 – 13 of 13) 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()407 .reg_cache_size = 1,
386 .reg_cache_size = ARRAY_SIZE(wm9705_reg),
376 .reg_cache_size = ARRAY_SIZE(stac9766_reg),
579 .reg_cache_size = sizeof(uda134x_reg),
710 .reg_cache_size = ARRAY_SIZE(wm9712_reg),
769 .reg_cache_size = ARRAY_SIZE(uda1380_reg),
1270 .reg_cache_size = ARRAY_SIZE(wm9713_reg),
1452 .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()
92 int wordsize = min_bytes_needed(codec->driver->reg_cache_size) * 2; in format_register_str()132 wordsize = min_bytes_needed(codec->driver->reg_cache_size) * 2; in soc_codec_reg_show()137 if (!codec->driver->reg_cache_size) in soc_codec_reg_show()143 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()982 mcbsp->reg_cache_size = resource_size(res); in omap_mcbsp_init()
860 unsigned int reg_cache_size; member