Lines Matching defs:mults_index
135 static void do_longhaul1(unsigned int mults_index)
142 bcr2.bits.CLOCKMUL = mults_index & 0xff;
161 static void do_powersaver(int cx_address, unsigned int mults_index,
173 longhaul.bits.SoftBusRatio = mults_index & 0xf;
174 longhaul.bits.SoftBusRatio4 = (mults_index & 0x10) >> 4;
177 longhaul.bits.SoftVID = (mults_index >> 8) & 0x1f;
240 * @mults_index : bitpattern of the new multiplier.
248 unsigned int mults_index;
257 mults_index = longhaul_table[table_index].driver_data;
259 mult = mults[mults_index & 0x1f];
312 do_longhaul1(mults_index);
327 do_powersaver(cx->address, mults_index, dir);
329 do_powersaver(0, mults_index, dir);