Home
last modified time | relevance | path

Searched refs:bytes_map (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/sound/soc/tegra/
A Dtegra210_adx.c172 unsigned char *bytes_map = (unsigned char *)&adx->map; in tegra210_adx_get_byte_map() local
179 ucontrol->value.integer.value[0] = bytes_map[mc->reg]; in tegra210_adx_get_byte_map()
191 unsigned char *bytes_map = (unsigned char *)&adx->map; in tegra210_adx_put_byte_map() local
196 if (value == bytes_map[mc->reg]) in tegra210_adx_put_byte_map()
201 bytes_map[mc->reg] = value; in tegra210_adx_put_byte_map()
205 bytes_map[mc->reg] = 0; in tegra210_adx_put_byte_map()
A Dtegra210_amx.c197 unsigned char *bytes_map = (unsigned char *)&amx->map; in tegra210_amx_get_byte_map() local
207 ucontrol->value.integer.value[0] = bytes_map[reg]; in tegra210_amx_get_byte_map()
221 unsigned char *bytes_map = (unsigned char *)&amx->map; in tegra210_amx_put_byte_map() local
225 if (value == bytes_map[reg]) in tegra210_amx_put_byte_map()
230 bytes_map[reg] = value; in tegra210_amx_put_byte_map()
237 bytes_map[reg] = 0; in tegra210_amx_put_byte_map()

Completed in 7 milliseconds