bclk_freq         141 sound/soc/codecs/tscs454.c 	unsigned int bclk_freq;
bclk_freq         646 sound/soc/codecs/tscs454.c 		freq = tscs454->bclk_freq;
bclk_freq        2657 sound/soc/codecs/tscs454.c 	tscs454->bclk_freq = freq;
bclk_freq         189 sound/soc/img/img-i2s-in.c 	unsigned int bclk_freq, cur_freq;
bclk_freq         191 sound/soc/img/img-i2s-in.c 	bclk_freq = sample_rate * frame_size;
bclk_freq         195 sound/soc/img/img-i2s-in.c 	if (cur_freq >= bclk_freq * 8) {
bclk_freq         198 sound/soc/img/img-i2s-in.c 	} else if (cur_freq >= bclk_freq * 7) {
bclk_freq         201 sound/soc/img/img-i2s-in.c 	} else if (cur_freq >= bclk_freq * 6) {
bclk_freq        1078 sound/soc/ti/davinci-mcasp.c 				      unsigned int bclk_freq, bool set)
bclk_freq        1081 sound/soc/ti/davinci-mcasp.c 	int div = sysclk_freq / bclk_freq;
bclk_freq        1082 sound/soc/ti/davinci-mcasp.c 	int rem = sysclk_freq % bclk_freq;
bclk_freq        1093 sound/soc/ti/davinci-mcasp.c 			div = sysclk_freq / bclk_freq;
bclk_freq        1094 sound/soc/ti/davinci-mcasp.c 			rem = sysclk_freq % bclk_freq;
bclk_freq        1103 sound/soc/ti/davinci-mcasp.c 		    ((sysclk_freq / div) - bclk_freq) >
bclk_freq        1104 sound/soc/ti/davinci-mcasp.c 		    (bclk_freq - (sysclk_freq / (div+1)))) {
bclk_freq        1106 sound/soc/ti/davinci-mcasp.c 			rem = rem - bclk_freq;
bclk_freq        1110 sound/soc/ti/davinci-mcasp.c 		     (int)bclk_freq)) / div - 1000000;
bclk_freq        1343 sound/soc/ti/davinci-mcasp.c 			uint bclk_freq = sbits * slots *
bclk_freq        1355 sound/soc/ti/davinci-mcasp.c 							 bclk_freq, false);