Lines Matching +full:0 +full:xf8000000
24 while (e > 0 && tmp < (1 << e)) in snd_gf1_lvol_to_gvol_raw()
33 if (m > 0) { in snd_gf1_lvol_to_gvol_raw()
43 #if 0
51 return 0;
81 vol_rates[0] :
83 for (i = 0; i < 3; i++) {
95 return (range << 6) | (increment & 0x3f);
98 #endif /* 0 */
105 if (freq16 & 0xf8000000) { in snd_gf1_translate_freq()
106 freq16 = ~0xf8000000; in snd_gf1_translate_freq()
107 dev_err(gus->card->dev, "%s: overflow - freq = 0x%x\n", in snd_gf1_translate_freq()
113 #if 0
119 0, 0, 32, 592, 61, 1175, 93, 1808,
128 pcents = cents < 0 ? -cents : cents;
132 /* is the cents index from 0-255 cents, and the second number in the */
145 return cents < 0 ? -(short) depth : (short) depth;
154 char bend_down = 0;
161 if (sensitivity < 0) {
184 int scale = 0;
205 #endif /* 0 */