Home
last modified time | relevance | path

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

/openbmc/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},
892 val = (((params->out_threshold[0] >> in tegra210_mbdrc_component_init()
895 ((params->out_threshold[1] >> in tegra210_mbdrc_component_init()
898 ((params->out_threshold[2] >> in tegra210_mbdrc_component_init()
901 ((params->out_threshold[3] >> in tegra210_mbdrc_component_init()
H A Dtegra210_mbdrc.h187 u32 out_threshold[TEGRA210_MBDRC_THRESHOLD_NUM]; member