bob_freq          473 sound/pci/es1968.c 	int bob_freq;	/* required timer frequency */
bob_freq          523 sound/pci/es1968.c 	int bob_freq;		/* timer frequency */
bob_freq          805 sound/pci/es1968.c 		if (chip->bob_freq > (ESS_SYSCLK >> (prescale + 9)))
bob_freq          818 sound/pci/es1968.c 		if (chip->bob_freq >
bob_freq          841 sound/pci/es1968.c 		chip->bob_freq = freq;
bob_freq          843 sound/pci/es1968.c 	} else if (chip->bob_freq < freq) {
bob_freq          845 sound/pci/es1968.c 		chip->bob_freq = freq;
bob_freq          856 sound/pci/es1968.c 	else if (chip->bob_freq > ESM_BOB_FREQ) {
bob_freq          861 sound/pci/es1968.c 			if (max_freq < es->bob_freq)
bob_freq          862 sound/pci/es1968.c 				max_freq = es->bob_freq;
bob_freq          864 sound/pci/es1968.c 		if (max_freq != chip->bob_freq) {
bob_freq          866 sound/pci/es1968.c 			chip->bob_freq = max_freq;
bob_freq         1224 sound/pci/es1968.c 	es->bob_freq = snd_es1968_calc_bob_rate(chip, es, runtime);
bob_freq         1249 sound/pci/es1968.c 		snd_es1968_bob_inc(chip, es->bob_freq);