Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/tegra/
H A Dtegra210_mbdrc.c70 .in_threshold = {130, 80, 20, 6},
120 .in_threshold = {130, 50, 30, 6},
170 .in_threshold = {130, 50, 30, 6},
875 val = (((params->in_threshold[0] >> in tegra210_mbdrc_component_init()
878 ((params->in_threshold[1] >> in tegra210_mbdrc_component_init()
881 ((params->in_threshold[2] >> in tegra210_mbdrc_component_init()
884 ((params->in_threshold[3] >> in tegra210_mbdrc_component_init()
H A Dtegra210_mbdrc.h186 u32 in_threshold[TEGRA210_MBDRC_THRESHOLD_NUM]; member