Lines Matching refs:sub_ram
138 struct coeff_ram sub_ram; member
298 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()
510 mutex_unlock(&tscs454->sub_ram.lock); in coeff_ram_sync()
514 mutex_unlock(&tscs454->sub_ram.lock); in coeff_ram_sync()