Searched refs:sub_ram (Results 1 – 1 of 1) sorted by relevance
138 struct coeff_ram sub_ram; member298 coeff_ram_init(&tscs454->sub_ram); in tscs454_data_init()327 coeff_ram = tscs454->sub_ram.cache; in coeff_ram_get()328 coeff_ram_lock = &tscs454->sub_ram.lock; in coeff_ram_get()428 coeff_ram = tscs454->sub_ram.cache; in coeff_ram_put()429 coeff_ram_lock = &tscs454->sub_ram.lock; in coeff_ram_put()430 coeff_ram_synced = &tscs454->sub_ram.synced; in coeff_ram_put()504 mutex_lock(&tscs454->sub_ram.lock); in coeff_ram_sync()505 if (!tscs454->sub_ram.synced) { in coeff_ram_sync()506 ret = write_coeff_ram(component, tscs454->sub_ram.cache, in coeff_ram_sync()[all …]