Lines Matching defs:index
417 u32 index = (cutoff_frequency + 999999) / 1000000;
420 if (index < 6)
421 index = 6;
422 if (index > 50)
423 index = 50;
424 if ((state->reg[0x08] & ~0xFC) == ((index - 6) << 2))
427 state->reg[0x08] = (state->reg[0x08] & ~0xFC) | ((index - 6) << 2);
442 u32 index = (cutoff_frequency + 999999) / 1000000;
447 if (index < 6)
448 index = 6;
449 if (index > 50)
450 index = 50;
489 state->reg[0x08] = (state->reg[0x08] & ~0xFC) | ((index - 6) << 2);