Home
last modified time | relevance | path

Searched refs:ram_depth (Results 1 – 4 of 4) sorted by relevance

/linux/sound/soc/tegra/
H A Dtegra210_amx.c70 for (i = 0; i < amx->soc_data->ram_depth; i++) in tegra210_amx_write_map_ram()
694 .ram_depth = TEGRA210_AMX_RAM_DEPTH,
703 .ram_depth = TEGRA210_AMX_RAM_DEPTH,
712 .ram_depth = TEGRA264_AMX_RAM_DEPTH,
754 amx->map = devm_kzalloc(dev, amx->soc_data->ram_depth * sizeof(*amx->map), in tegra210_amx_platform_probe()
H A Dtegra210_adx.c58 for (i = 0; i < adx->soc_data->ram_depth; i++) in tegra210_adx_write_map_ram()
653 .ram_depth = TEGRA210_ADX_RAM_DEPTH,
661 .ram_depth = TEGRA264_ADX_RAM_DEPTH,
706 adx->map = devm_kzalloc(dev, soc_data->ram_depth * sizeof(*adx->map), in tegra210_adx_platform_probe()
H A Dtegra210_adx.h84 unsigned int ram_depth; member
H A Dtegra210_amx.h101 unsigned int ram_depth; member