Searched refs:coeff_div (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/soc/codecs/
H A Dwm8731.c249 static const struct _coeff_div coeff_div[] = { variable in typeref:struct:_coeff_div
287 for (i = 0; i < ARRAY_SIZE(coeff_div); i++) {
288 if (coeff_div[i].rate == rate && coeff_div[i].mclk == mclk)
303 u16 srate = (coeff_div[i].sr << 2) |
304 (coeff_div[i].bosr << 1) | coeff_div[i].usb;
H A Dwm8750.c505 static const struct _coeff_div coeff_div[] = { variable in typeref:struct:_coeff_div
558 for (i = 0; i < ARRAY_SIZE(coeff_div); i++) {
559 if (coeff_div[i].rate == rate && coeff_div[i].mclk == mclk)
674 (coeff_div[coeff].sr << 1) | coeff_div[coeff].usb);
H A Dwm8955.c508 static const struct _coeff_div coeff_div[] = { variable in typeref:struct:_coeff_div
561 for (i = 0; i < ARRAY_SIZE(coeff_div); i++) {
562 if (coeff_div[i].rate == rate && coeff_div[i].mclk == mclk)
678 (coeff_div[coeff].sr << 1) | coeff_div[coeff].usb | 0x40);
H A Dwm8753.c800 static const struct _coeff_div coeff_div[] = { variable in typeref:struct:_coeff_div
853 for (i = 0; i < ARRAY_SIZE(coeff_div); i++) {
854 if (coeff_div[i].rate == rate && coeff_div[i].mclk == mclk)
1173 wm8753_write(codec, WM8753_SRATE1, srate | (coeff_div[coeff].sr << 1) |
1174 coeff_div[coeff].usb);

Completed in 89 milliseconds