mults_index       135 drivers/cpufreq/longhaul.c static void do_longhaul1(unsigned int mults_index)
mults_index       142 drivers/cpufreq/longhaul.c 	bcr2.bits.CLOCKMUL = mults_index & 0xff;
mults_index       161 drivers/cpufreq/longhaul.c static void do_powersaver(int cx_address, unsigned int mults_index,
mults_index       173 drivers/cpufreq/longhaul.c 	longhaul.bits.SoftBusRatio = mults_index & 0xf;
mults_index       174 drivers/cpufreq/longhaul.c 	longhaul.bits.SoftBusRatio4 = (mults_index & 0x10) >> 4;
mults_index       177 drivers/cpufreq/longhaul.c 		longhaul.bits.SoftVID = (mults_index >> 8) & 0x1f;
mults_index       248 drivers/cpufreq/longhaul.c 	unsigned int mults_index;
mults_index       257 drivers/cpufreq/longhaul.c 	mults_index = longhaul_table[table_index].driver_data;
mults_index       259 drivers/cpufreq/longhaul.c 	mult = mults[mults_index & 0x1f];
mults_index       312 drivers/cpufreq/longhaul.c 		do_longhaul1(mults_index);
mults_index       327 drivers/cpufreq/longhaul.c 			do_powersaver(cx->address, mults_index, dir);
mults_index       329 drivers/cpufreq/longhaul.c 			do_powersaver(0, mults_index, dir);