Lines Matching refs:conf
687 struct tegra30_ahub_cif_conf *conf) in tegra30_ahub_set_cif() argument
691 value = (conf->threshold << in tegra30_ahub_set_cif()
693 ((conf->audio_channels - 1) << in tegra30_ahub_set_cif()
695 ((conf->client_channels - 1) << in tegra30_ahub_set_cif()
697 (conf->audio_bits << in tegra30_ahub_set_cif()
699 (conf->client_bits << in tegra30_ahub_set_cif()
701 (conf->expand << in tegra30_ahub_set_cif()
703 (conf->stereo_conv << in tegra30_ahub_set_cif()
705 (conf->replicate << in tegra30_ahub_set_cif()
707 (conf->direction << in tegra30_ahub_set_cif()
709 (conf->truncate << in tegra30_ahub_set_cif()
711 (conf->mono_conv << in tegra30_ahub_set_cif()
719 struct tegra30_ahub_cif_conf *conf) in tegra124_ahub_set_cif() argument
723 value = (conf->threshold << in tegra124_ahub_set_cif()
725 ((conf->audio_channels - 1) << in tegra124_ahub_set_cif()
727 ((conf->client_channels - 1) << in tegra124_ahub_set_cif()
729 (conf->audio_bits << in tegra124_ahub_set_cif()
731 (conf->client_bits << in tegra124_ahub_set_cif()
733 (conf->expand << in tegra124_ahub_set_cif()
735 (conf->stereo_conv << in tegra124_ahub_set_cif()
737 (conf->replicate << in tegra124_ahub_set_cif()
739 (conf->direction << in tegra124_ahub_set_cif()
741 (conf->truncate << in tegra124_ahub_set_cif()
743 (conf->mono_conv << in tegra124_ahub_set_cif()