Searched refs:sub_ram (Results 1 – 1 of 1) sorted by relevance
137 struct coeff_ram sub_ram; member297 coeff_ram_init(&tscs454->sub_ram); in tscs454_data_init()326 coeff_ram = tscs454->sub_ram.cache; in coeff_ram_get()327 coeff_ram_lock = &tscs454->sub_ram.lock; in coeff_ram_get()422 coeff_ram = tscs454->sub_ram.cache; in coeff_ram_put()423 coeff_ram_lock = &tscs454->sub_ram.lock; in coeff_ram_put()424 coeff_ram_synced = &tscs454->sub_ram.synced; in coeff_ram_put()493 mutex_lock(&tscs454->sub_ram.lock); in coeff_ram_sync()494 if (!tscs454->sub_ram.synced) { in coeff_ram_sync()495 ret = write_coeff_ram(component, tscs454->sub_ram.cache, in coeff_ram_sync()[all …]