Searched refs:norm_addrs (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | tscs42xx.c | 1366 static const u8 norm_addrs[] = { in init_coeff_ram_cache() local 1376 for (i = 0; i < ARRAY_SIZE(norm_addrs); i++) in init_coeff_ram_cache() 1377 coeff_ram[((norm_addrs[i] + 1) * COEFF_SIZE) - 1] = 0x40; in init_coeff_ram_cache()
|
H A D | tscs454.c | 77 static const u8 norm_addrs[] = { 0x00, 0x05, 0x0a, 0x0f, 0x14, 0x19, in init_coeff_ram_cache() local 84 for (i = 0; i < ARRAY_SIZE(norm_addrs); i++) in init_coeff_ram_cache() 85 cache[((norm_addrs[i] + 1) * COEFF_SIZE) - 1] = 0x40; in init_coeff_ram_cache()
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | tscs42xx.c | 1365 static const u8 norm_addrs[] = { in init_coeff_ram_cache() local 1375 for (i = 0; i < ARRAY_SIZE(norm_addrs); i++) in init_coeff_ram_cache() 1376 coeff_ram[((norm_addrs[i] + 1) * COEFF_SIZE) - 1] = 0x40; in init_coeff_ram_cache()
|
H A D | tscs454.c | 77 static const u8 norm_addrs[] = { 0x00, 0x05, 0x0a, 0x0f, 0x14, 0x19, in init_coeff_ram_cache() local 84 for (i = 0; i < ARRAY_SIZE(norm_addrs); i++) in init_coeff_ram_cache() 85 cache[((norm_addrs[i] + 1) * COEFF_SIZE) - 1] = 0x40; in init_coeff_ram_cache()
|
Completed in 18 milliseconds