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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/codecs/
H A Dwm8711.c116 static const struct _coeff_div coeff_div[] = { variable in typeref:struct:_coeff_div
154 for (i = 0; i < ARRAY_SIZE(coeff_div); i++) {
155 if (coeff_div[i].rate == rate && coeff_div[i].mclk == mclk)
169 u16 srate = (coeff_div[i].sr << 2) |
170 (coeff_div[i].bosr << 1) | coeff_div[i].usb;
H A Dssm2602.c228 static const struct _coeff_div coeff_div[] = { variable in typeref:struct:_coeff_div
266 for (i = 0; i < ARRAY_SIZE(coeff_div); i++) {
267 if (coeff_div[i].rate == rate && coeff_div[i].mclk == mclk)
292 if (i == ARRAY_SIZE(coeff_div))
295 srate = (coeff_div[i].sr << 2) |
296 (coeff_div[i].bosr << 1) | coeff_div[i].usb;
H A Dwm8731.c176 static const struct _coeff_div coeff_div[] = { variable in typeref:struct:_coeff_div
214 for (i = 0; i < ARRAY_SIZE(coeff_div); i++) {
215 if (coeff_div[i].rate == rate && coeff_div[i].mclk == mclk)
231 u16 srate = (coeff_div[i].sr << 2) |
232 (coeff_div[i].bosr << 1) | coeff_div[i].usb;
H A Dwm8750.c419 static const struct _coeff_div coeff_div[] = { variable in typeref:struct:_coeff_div
472 for (i = 0; i < ARRAY_SIZE(coeff_div); i++) {
473 if (coeff_div[i].rate == rate && coeff_div[i].mclk == mclk)
589 (coeff_div[coeff].sr << 1) | coeff_div[coeff].usb);
H A Dwm8971.c354 static const struct _coeff_div coeff_div[] = { variable in typeref:struct:_coeff_div
407 for (i = 0; i < ARRAY_SIZE(coeff_div); i++) {
408 if (coeff_div[i].rate == rate && coeff_div[i].mclk == mclk)
521 (coeff_div[coeff].sr << 1) | coeff_div[coeff].usb);
H A Dwm8988.c400 static const struct _coeff_div coeff_div[] = { variable in typeref:struct:_coeff_div
453 for (i = 0; i < ARRAY_SIZE(coeff_div); i++) {
454 if (coeff_div[i].rate == rate && coeff_div[i].mclk == mclk)
649 (coeff_div[coeff].sr << 1) | coeff_div[coeff].usb);
H A Dwm8753.c787 static const struct _coeff_div coeff_div[] = { variable in typeref:struct:_coeff_div
840 for (i = 0; i < ARRAY_SIZE(coeff_div); i++) {
841 if (coeff_div[i].rate == rate && coeff_div[i].mclk == mclk)
1162 wm8753_write(codec, WM8753_SRATE1, srate | (coeff_div[coeff].sr << 1) |
1163 coeff_div[coeff].usb);

Completed in 65 milliseconds