mul 23 arch/x86/kernel/cpu/cpufreq/cpufreq-nforce2.c #define NFORCE2_PLL(mul, div) (0x100000 | (mul << 8) | div) mul 69 arch/x86/kernel/cpu/cpufreq/cpufreq-nforce2.c unsigned char mul, div; mul 71 arch/x86/kernel/cpu/cpufreq/cpufreq-nforce2.c mul = (pll >> 8) & 0xff; mul 75 arch/x86/kernel/cpu/cpufreq/cpufreq-nforce2.c return NFORCE2_XTAL * mul / div; mul 89 arch/x86/kernel/cpu/cpufreq/cpufreq-nforce2.c unsigned char mul = 0, div = 0; mul 93 arch/x86/kernel/cpu/cpufreq/cpufreq-nforce2.c while (((mul == 0) || (div == 0)) && (tried <= 3)) { mul 98 arch/x86/kernel/cpu/cpufreq/cpufreq-nforce2.c mul = xmul; mul 104 arch/x86/kernel/cpu/cpufreq/cpufreq-nforce2.c if ((mul == 0) || (div == 0)) mul 107 arch/x86/kernel/cpu/cpufreq/cpufreq-nforce2.c return NFORCE2_PLL(mul, div); mul 412 crypto/tgr192.c b *= mul; mul 426 crypto/tgr192.c tgr192_round(&a, &b, &c, x[0], mul); mul 427 crypto/tgr192.c tgr192_round(&b, &c, &a, x[1], mul); mul 428 crypto/tgr192.c tgr192_round(&c, &a, &b, x[2], mul); mul 429 crypto/tgr192.c tgr192_round(&a, &b, &c, x[3], mul); mul 430 crypto/tgr192.c tgr192_round(&b, &c, &a, x[4], mul); mul 431 crypto/tgr192.c tgr192_round(&c, &a, &b, x[5], mul); mul 432 crypto/tgr192.c tgr192_round(&a, &b, &c, x[6], mul); mul 433 crypto/tgr192.c tgr192_round(&b, &c, &a, x[7], mul); mul 459 sound/core/pcm_lib.c c->min = mul(a->min, b->min); mul 461 sound/core/pcm_lib.c c->max = mul(a->max, b->max); mul 699 sound/core/pcm_lib.c num = mul(q, den); mul 731 sound/core/pcm_lib.c num = mul(q, den);