Lines Matching defs:source
76 SOC_ENUM_SINGLE(AC97_PCI_SVID, 14, 4, wm9713_alc_select), /* alc source select 6*/
82 SOC_ENUM_SINGLE(AC97_REC_GAIN, 2, 4, wm9713_out3_pga), /* out 3 source 12 */
83 SOC_ENUM_SINGLE(AC97_REC_GAIN, 0, 4, wm9713_out4_pga), /* out 4 source 13 */
385 /* Capture source left */
389 /* Capture source right */
393 /* mic source */
397 /* mic source B virtual control */
753 struct _pll_div *pll_div, unsigned int source)
762 if (source > 14400000) {
763 source >>= 1;
766 if (source > 14400000) {
767 source >>= 1;
780 if (source < 8192000) {
786 Ndiv = target / source;
793 Nmod = target % source;
796 do_div(Kpart, source);
823 /* disable PLL power and select ext source */
865 /* turn PLL on and select as source */
876 int source, unsigned int freq_in, unsigned int freq_out)