mips_hpt_frequency 30 arch/mips/ar7/time.c mips_hpt_frequency = clk_get_rate(cpu_clk) / 2; mips_hpt_frequency 254 arch/mips/ath25/ar2315.c mips_hpt_frequency = ar2315_cpu_frequency() / 2; mips_hpt_frequency 351 arch/mips/ath25/ar5312.c mips_hpt_frequency = ar5312_cpu_frequency() / 2; mips_hpt_frequency 268 arch/mips/ath79/setup.c mips_hpt_frequency = cpu_clk_rate / 2; mips_hpt_frequency 80 arch/mips/bcm47xx/time.c mips_hpt_frequency = hz; mips_hpt_frequency 144 arch/mips/bcm63xx/setup.c mips_hpt_frequency = bcm63xx_get_cpu_freq() / 2; mips_hpt_frequency 153 arch/mips/bmips/setup.c mips_hpt_frequency = freq; mips_hpt_frequency 907 arch/mips/cavium-octeon/setup.c mips_hpt_frequency = octeon_get_clock_rate(); mips_hpt_frequency 280 arch/mips/cavium-octeon/smp.c write_c0_compare(read_c0_count() + mips_hpt_frequency / HZ); mips_hpt_frequency 39 arch/mips/cobalt/time.c mips_hpt_frequency = (end - start) * 10; mips_hpt_frequency 40 arch/mips/cobalt/time.c printk(KERN_INFO "MIPS counter frequency %dHz\n", mips_hpt_frequency); mips_hpt_frequency 152 arch/mips/dec/time.c mips_hpt_frequency = (end - start) * 8; mips_hpt_frequency 154 arch/mips/dec/time.c mips_hpt_frequency); mips_hpt_frequency 167 arch/mips/dec/time.c mips_hpt_frequency = 0; mips_hpt_frequency 74 arch/mips/emma/markeins/setup.c mips_hpt_frequency = (bus_frequency * (4 + reg)) / 4 / 2; mips_hpt_frequency 160 arch/mips/generic/init.c mips_hpt_frequency = 0; mips_hpt_frequency 162 arch/mips/generic/init.c mips_hpt_frequency = mach->measure_hpt_freq(); mips_hpt_frequency 176 arch/mips/generic/init.c mips_hpt_frequency = clk_get_rate(clk); mips_hpt_frequency 186 arch/mips/generic/init.c mips_hpt_frequency /= 2; mips_hpt_frequency 29 arch/mips/include/asm/time.h extern unsigned int mips_hpt_frequency; mips_hpt_frequency 259 arch/mips/kernel/cevt-r4k.c if (!cpu_has_counter || !mips_hpt_frequency) mips_hpt_frequency 287 arch/mips/kernel/cevt-r4k.c clockevents_config_and_register(cd, mips_hpt_frequency, min_delta, 0x7fffffff); mips_hpt_frequency 70 arch/mips/kernel/csrc-r4k.c if (!cpu_has_counter || !mips_hpt_frequency) mips_hpt_frequency 74 arch/mips/kernel/csrc-r4k.c clocksource_mips.rating = 200 + mips_hpt_frequency / 10000000; mips_hpt_frequency 83 arch/mips/kernel/csrc-r4k.c clocksource_register_hz(&clocksource_mips, mips_hpt_frequency); mips_hpt_frequency 86 arch/mips/kernel/csrc-r4k.c sched_clock_register(r4k_read_sched_clock, 32, mips_hpt_frequency); mips_hpt_frequency 264 arch/mips/kernel/smp-bmips.c write_c0_compare(read_c0_count() + mips_hpt_frequency / HZ); mips_hpt_frequency 52 arch/mips/kernel/smp-cmp.c write_c0_compare(read_c0_count() + (8 * mips_hpt_frequency / HZ)); mips_hpt_frequency 386 arch/mips/kernel/smp-cps.c write_c0_compare(read_c0_count() + (8 * mips_hpt_frequency / HZ)); mips_hpt_frequency 123 arch/mips/kernel/smp-mt.c write_c0_compare(read_c0_count() + (8* mips_hpt_frequency/HZ)); mips_hpt_frequency 53 arch/mips/kernel/time.c unsigned int mips_hpt_frequency; mips_hpt_frequency 54 arch/mips/kernel/time.c EXPORT_SYMBOL_GPL(mips_hpt_frequency); mips_hpt_frequency 370 arch/mips/kvm/vz.c if (mips_hpt_frequency != vcpu->arch.count_hz) mips_hpt_frequency 2974 arch/mips/kvm/vz.c if (mips_hpt_frequency && mips_hpt_frequency <= NSEC_PER_SEC) mips_hpt_frequency 2975 arch/mips/kvm/vz.c count_hz = mips_hpt_frequency; mips_hpt_frequency 184 arch/mips/lantiq/clk.c mips_hpt_frequency = clk_get_rate(clk) / get_counter_resolution(); mips_hpt_frequency 110 arch/mips/lasat/setup.c mips_hpt_frequency = lasat_board_info.li_cpu_hz / 2; mips_hpt_frequency 56 arch/mips/loongson32/common/time.c ls1x_jiffies_per_tick = DIV_ROUND_CLOSEST(mips_hpt_frequency, HZ); mips_hpt_frequency 191 arch/mips/loongson32/common/time.c if (!mips_hpt_frequency) mips_hpt_frequency 196 arch/mips/loongson32/common/time.c clockevent_set_clock(cd, mips_hpt_frequency); mips_hpt_frequency 204 arch/mips/loongson32/common/time.c ls1x_clocksource.rating = 200 + mips_hpt_frequency / 10000000; mips_hpt_frequency 205 arch/mips/loongson32/common/time.c ret = clocksource_register_hz(&ls1x_clocksource, mips_hpt_frequency); mips_hpt_frequency 226 arch/mips/loongson32/common/time.c mips_hpt_frequency = clk_get_rate(clk); mips_hpt_frequency 234 arch/mips/loongson32/common/time.c mips_hpt_frequency = clk_get_rate(clk) / 2; mips_hpt_frequency 19 arch/mips/loongson64/common/time.c mips_hpt_frequency = cpu_clock_freq / 2; mips_hpt_frequency 340 arch/mips/loongson64/loongson-3/smp.c write_c0_compare(read_c0_count() + mips_hpt_frequency/HZ); mips_hpt_frequency 70 arch/mips/mti-malta/malta-time.c mips_hpt_frequency = CONFIG_KVM_GUEST_TIMER_FREQ * 1000000; mips_hpt_frequency 117 arch/mips/mti-malta/malta-time.c mips_hpt_frequency = count; mips_hpt_frequency 234 arch/mips/mti-malta/malta-time.c freq = mips_hpt_frequency; mips_hpt_frequency 103 arch/mips/netlogic/common/time.c mips_hpt_frequency = nlm_get_cpu_frequency(); mips_hpt_frequency 105 arch/mips/netlogic/common/time.c preset_lpj = mips_hpt_frequency / (3 * HZ); mips_hpt_frequency 107 arch/mips/netlogic/common/time.c preset_lpj = mips_hpt_frequency / (2 * HZ); mips_hpt_frequency 109 arch/mips/netlogic/common/time.c (unsigned long)mips_hpt_frequency); mips_hpt_frequency 99 arch/mips/paravirt/paravirt-smp.c write_c0_compare(read_c0_count() + mips_hpt_frequency / HZ); mips_hpt_frequency 26 arch/mips/paravirt/setup.c mips_hpt_frequency = kvm_hypercall0(KVM_HC_MIPS_GET_CLOCK_FREQ); mips_hpt_frequency 28 arch/mips/paravirt/setup.c preset_lpj = mips_hpt_frequency / (2 * HZ); mips_hpt_frequency 423 arch/mips/pci/pci-octeon.c (cycles / (mips_hpt_frequency / 1000000)); mips_hpt_frequency 57 arch/mips/pic32/pic32mzda/time.c mips_hpt_frequency = rate / 2; mips_hpt_frequency 53 arch/mips/pistachio/time.c mips_hpt_frequency = clk_get_rate(clk) / 2; mips_hpt_frequency 75 arch/mips/pmcs-msp71xx/msp_time.c mips_hpt_frequency = cpu_rate/2; mips_hpt_frequency 284 arch/mips/pnx833x/common/interrupts.c extern unsigned long mips_hpt_frequency; mips_hpt_frequency 289 arch/mips/pnx833x/common/interrupts.c mips_hpt_frequency = 25; mips_hpt_frequency 293 arch/mips/pnx833x/common/interrupts.c mips_hpt_frequency = 90 + (10 * PNX8335_REGFIELD(CLOCK_PLL_CPU_CTL, FREQ)); mips_hpt_frequency 296 arch/mips/pnx833x/common/interrupts.c mips_hpt_frequency = freq[PNX833X_FIELD(reg, CLOCK_CPUCP_CTL, DIV_CLOCK)]; mips_hpt_frequency 300 arch/mips/pnx833x/common/interrupts.c printk(KERN_INFO "CPU clock is %ld MHz\n", mips_hpt_frequency); mips_hpt_frequency 302 arch/mips/pnx833x/common/interrupts.c mips_hpt_frequency *= 500000; mips_hpt_frequency 84 arch/mips/ralink/clk.c mips_hpt_frequency = clk_get_rate(clk) / 2; mips_hpt_frequency 32 arch/mips/rb532/time.c mips_hpt_frequency = idt_cpu_freq * IDT_CLOCK_MULT / 2; mips_hpt_frequency 34 arch/mips/rb532/time.c return mips_hpt_frequency / HZ; mips_hpt_frequency 112 arch/mips/sgi-ip22/ip22-time.c mips_hpt_frequency = r4k_tick * HZ; mips_hpt_frequency 74 arch/mips/sgi-ip32/ip32-setup.c mips_hpt_frequency = read_c0_count() * 1000 / WAIT_MS; mips_hpt_frequency 75 arch/mips/sgi-ip32/ip32-setup.c printk("%d MHz CPU detected\n", mips_hpt_frequency * 2 / 1000000); mips_hpt_frequency 162 arch/mips/sni/time.c mips_hpt_frequency = r4k_tick * HZ; mips_hpt_frequency 521 arch/mips/txx9/generic/setup.c mips_hpt_frequency = txx9_cpu_clock / 2; mips_hpt_frequency 35 arch/mips/vr41xx/common/init.c mips_hpt_frequency = tclock / 2; mips_hpt_frequency 37 arch/mips/vr41xx/common/init.c mips_hpt_frequency = tclock / 4; mips_hpt_frequency 62 drivers/cpufreq/bmips-cpufreq.c return mips_hpt_frequency * clk_mult / 1000;