Lines Matching refs:cache
71 u8 cache[COEFF_RAM_SIZE]; member
76 static inline void init_coeff_ram_cache(u8 *cache) in init_coeff_ram_cache() argument
86 cache[((norm_addrs[i] + 1) * COEFF_SIZE) - 1] = 0x40; in init_coeff_ram_cache()
91 init_coeff_ram_cache(ram->cache); in coeff_ram_init()
321 coeff_ram = tscs454->dac_ram.cache; in coeff_ram_get()
324 coeff_ram = tscs454->spk_ram.cache; in coeff_ram_get()
327 coeff_ram = tscs454->sub_ram.cache; in coeff_ram_get()
409 coeff_ram = tscs454->dac_ram.cache; in coeff_ram_put()
416 coeff_ram = tscs454->spk_ram.cache; in coeff_ram_put()
423 coeff_ram = tscs454->sub_ram.cache; in coeff_ram_put()
472 ret = write_coeff_ram(component, tscs454->dac_ram.cache, in coeff_ram_sync()
484 ret = write_coeff_ram(component, tscs454->spk_ram.cache, in coeff_ram_sync()
496 ret = write_coeff_ram(component, tscs454->sub_ram.cache, in coeff_ram_sync()