Lines Matching defs:conf
621 struct tegra30_ahub_cif_conf *conf)
625 value = (conf->threshold <<
627 ((conf->audio_channels - 1) <<
629 ((conf->client_channels - 1) <<
631 (conf->audio_bits <<
633 (conf->client_bits <<
635 (conf->expand <<
637 (conf->stereo_conv <<
639 (conf->replicate <<
641 (conf->direction <<
643 (conf->truncate <<
645 (conf->mono_conv <<
653 struct tegra30_ahub_cif_conf *conf)
657 value = (conf->threshold <<
659 ((conf->audio_channels - 1) <<
661 ((conf->client_channels - 1) <<
663 (conf->audio_bits <<
665 (conf->client_bits <<
667 (conf->expand <<
669 (conf->stereo_conv <<
671 (conf->replicate <<
673 (conf->direction <<
675 (conf->truncate <<
677 (conf->mono_conv <<