Lines Matching refs:conf
733 struct tegra30_ahub_cif_conf *conf) in tegra30_ahub_set_cif() argument
737 value = (conf->threshold << in tegra30_ahub_set_cif()
739 ((conf->audio_channels - 1) << in tegra30_ahub_set_cif()
741 ((conf->client_channels - 1) << in tegra30_ahub_set_cif()
743 (conf->audio_bits << in tegra30_ahub_set_cif()
745 (conf->client_bits << in tegra30_ahub_set_cif()
747 (conf->expand << in tegra30_ahub_set_cif()
749 (conf->stereo_conv << in tegra30_ahub_set_cif()
751 (conf->replicate << in tegra30_ahub_set_cif()
753 (conf->direction << in tegra30_ahub_set_cif()
755 (conf->truncate << in tegra30_ahub_set_cif()
757 (conf->mono_conv << in tegra30_ahub_set_cif()
765 struct tegra30_ahub_cif_conf *conf) in tegra124_ahub_set_cif() argument
769 value = (conf->threshold << in tegra124_ahub_set_cif()
771 ((conf->audio_channels - 1) << in tegra124_ahub_set_cif()
773 ((conf->client_channels - 1) << in tegra124_ahub_set_cif()
775 (conf->audio_bits << in tegra124_ahub_set_cif()
777 (conf->client_bits << in tegra124_ahub_set_cif()
779 (conf->expand << in tegra124_ahub_set_cif()
781 (conf->stereo_conv << in tegra124_ahub_set_cif()
783 (conf->replicate << in tegra124_ahub_set_cif()
785 (conf->direction << in tegra124_ahub_set_cif()
787 (conf->truncate << in tegra124_ahub_set_cif()
789 (conf->mono_conv << in tegra124_ahub_set_cif()