Home
last modified time | relevance | path

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

/linux/sound/soc/tegra/
H A Dtegra210_mbdrc.c71 .out_threshold = {155, 55, 13, 6},
121 .out_threshold = {106, 50, 30, 13},
171 .out_threshold = {106, 50, 30, 13},
893 val = (((params->out_threshold[0] >> in tegra210_mbdrc_component_init()
896 ((params->out_threshold[1] >> in tegra210_mbdrc_component_init()
899 ((params->out_threshold[2] >> in tegra210_mbdrc_component_init()
902 ((params->out_threshold[3] >> in tegra210_mbdrc_component_init()
H A Dtegra210_mbdrc.h187 u32 out_threshold[TEGRA210_MBDRC_THRESHOLD_NUM]; member