Lines Matching defs:index
426 u32 index = (cutoff_frequency + 999999) / 1000000;
429 if (index < 6)
430 index = 6;
431 if (index > 50)
432 index = 50;
433 if ((state->reg[0x08] & ~0xFC) == ((index - 6) << 2))
436 state->reg[0x08] = (state->reg[0x08] & ~0xFC) | ((index - 6) << 2);
451 u32 index = (cutoff_frequency + 999999) / 1000000;
456 if (index < 6)
457 index = 6;
458 if (index > 50)
459 index = 50;
498 state->reg[0x08] = (state->reg[0x08] & ~0xFC) | ((index - 6) << 2);