Searched defs:multiplier (Results 1 - 23 of 23) sorted by relevance

/arch/sparc/include/asm/
H A Dcpudata_32.h17 unsigned int multiplier; member in struct:__anon2730
/arch/blackfin/mach-bf561/
H A Dsmp.c46 int __init setup_profiling_timer(unsigned int multiplier) /* not supported */ argument
/arch/sh/kernel/cpu/sh4a/
H A Dclock-sh7757.c29 int multiplier; local
31 multiplier = test_mode_pin(MODE_PIN0) ? 24 : 16;
33 return clk->parent->rate * multiplier;
H A Dclock-sh7785.c32 int multiplier; local
34 multiplier = test_mode_pin(MODE_PIN4) ? 36 : 72;
36 return clk->parent->rate * multiplier;
H A Dclock-sh7786.c30 int multiplier; local
33 * Clock modes 0, 1, and 2 use an x64 multiplier against PLL1,
36 multiplier = (sh_mv.mv_mode_pins() & 0xf) < 3 ? 64 : 32;
38 return clk->parent->rate * multiplier;
/arch/tile/kernel/
H A Dtime.c222 int setup_profiling_timer(unsigned int multiplier) argument
/arch/um/kernel/
H A Dsmp.c151 int setup_profiling_timer(unsigned int multiplier) argument
/arch/cris/arch-v32/kernel/
H A Dsmp.c197 int setup_profiling_timer(unsigned int multiplier) argument
/arch/hexagon/kernel/
H A Dsmp.c268 int setup_profiling_timer(unsigned int multiplier) argument
/arch/ia64/kernel/
H A Dsmp.c339 setup_profiling_timer (unsigned int multiplier) argument
/arch/m32r/kernel/
H A Dsmpboot.c575 * by writing a multiplier value into /proc/profile.
577 int setup_profiling_timer(unsigned int multiplier) argument
586 if ( (!multiplier) || (calibration_result / multiplier < 500))
590 * Set the new multiplier for each CPU. CPUs don't start using the
596 per_cpu(prof_multiplier, i) = multiplier;
/arch/mips/kernel/
H A Dsmp.c257 int setup_profiling_timer(unsigned int multiplier) argument
/arch/parisc/kernel/
H A Dsmp.c468 setup_profiling_timer(unsigned int multiplier) argument
/arch/sparc/kernel/
H A Dsmp_32.c309 int setup_profiling_timer(unsigned int multiplier) argument
315 if((!multiplier) || (lvl14_resolution / multiplier) < 500)
320 load_profile_irq(i, lvl14_resolution / multiplier);
321 prof_multiplier(i) = multiplier;
H A Dsmp_64.c1170 int setup_profiling_timer(unsigned int multiplier) argument
/arch/arm/kernel/
H A Dsmp.c667 int setup_profiling_timer(unsigned int multiplier) argument
/arch/powerpc/sysdev/qe_lib/
H A Dqe.c193 /* Program the BRG to the given sampling rate and multiplier
197 * @multiplier: corresponds to the value programmed in GUMR_L[RDCR] or
199 * then 'multiplier' should be 8.
201 int qe_setbrg(enum qe_clock brg, unsigned int rate, unsigned int multiplier) argument
209 divisor = qe_get_brg_clk() / (rate * multiplier);
/arch/sh/kernel/
H A Dsmp.c343 int setup_profiling_timer(unsigned int multiplier) argument
/arch/alpha/kernel/
H A Dsmp.c545 setup_profiling_timer(unsigned int multiplier)
544 setup_profiling_timer(unsigned int multiplier) argument
/arch/mn10300/kernel/
H A Dsmp.c953 * @multiplier - The frequency multiplier to use
955 * The frequency of the profiling timer can be changed by writing a multiplier
958 int setup_profiling_timer(unsigned int multiplier) argument
/arch/powerpc/kernel/
H A Dsmp.c677 int setup_profiling_timer(unsigned int multiplier) argument
/arch/s390/kernel/
H A Dsmp.c878 * by writing a multiplier value into /proc/profile.
882 int setup_profiling_timer(unsigned int multiplier) argument
/arch/x86/kernel/apic/
H A Dapic.c903 int setup_profiling_timer(unsigned int multiplier) argument

Completed in 513 milliseconds