Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/tegra/
H A Dtegra210_adx.c172 unsigned char *bytes_map = (unsigned char *)&adx->map; in tegra210_adx_get_byte_map() local
189 ucontrol->value.integer.value[0] = bytes_map[mc->reg]; in tegra210_adx_get_byte_map()
201 unsigned char *bytes_map = (unsigned char *)&adx->map; in tegra210_adx_put_byte_map() local
216 bytes_map[mc->reg] = value % 256; in tegra210_adx_put_byte_map()
H A Dtegra210_amx.c197 unsigned char *bytes_map = (unsigned char *)&amx->map; in tegra210_amx_get_byte_map() local
217 ucontrol->value.integer.value[0] = bytes_map[reg]; in tegra210_amx_get_byte_map()
231 unsigned char *bytes_map = (unsigned char *)&amx->map; in tegra210_amx_put_byte_map() local
245 bytes_map[reg] = value % 256; in tegra210_amx_put_byte_map()