Searched refs:bytes_map (Results 1 – 2 of 2) sorted by relevance
172 unsigned char *bytes_map = (unsigned char *)&adx->map; in tegra210_adx_get_byte_map() local189 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() local216 bytes_map[mc->reg] = value % 256; in tegra210_adx_put_byte_map()
197 unsigned char *bytes_map = (unsigned char *)&amx->map; in tegra210_amx_get_byte_map() local217 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() local245 bytes_map[reg] = value % 256; in tegra210_amx_put_byte_map()