Searched refs:clocksource_register_hz (Results 1 - 25 of 84) sorted by relevance

1234

/linux-master/arch/mips/kernel/
H A Dcsrc-ioasic.c60 clocksource_register_hz(&clocksource_dec, freq);
H A Dcsrc-bcm1480.c45 clocksource_register_hz(cs, zbbus);
H A Dcsrc-sb1250.c68 clocksource_register_hz(cs, V_SCD_TIMER_FREQ);
H A Dcsrc-r4k.c123 clocksource_register_hz(&clocksource_mips, mips_hpt_frequency);
/linux-master/drivers/clocksource/
H A Dclksrc-dbx500-prcmu.c69 return clocksource_register_hz(&clocksource_dbx500_prcmu, RATE_32K);
H A Dscx200_hrt.c82 return clocksource_register_hz(&cs_hrt, freq);
H A Dnumachip.c79 clocksource_register_hz(&numachip2_clocksource, NSEC_PER_SEC);
H A Dmmio.c69 return clocksource_register_hz(&cs->clksrc, hz);
H A Darc_timer.c120 return clocksource_register_hz(&arc_counter_gfrc, arc_timer_freq);
186 return clocksource_register_hz(&arc_counter_rtc, arc_timer_freq);
232 return clocksource_register_hz(&arc_counter_timer1, arc_timer_freq);
H A Dtimer-mp-csky.c151 clocksource_register_hz(&csky_clocksource, timer_of_rate(to));
H A Di8253.c106 return clocksource_register_hz(&i8253_cs, PIT_TICK_RATE);
H A Dtimer-vt8500.c126 ret = clocksource_register_hz(&clocksource, VT8500_TIMER_HZ);
H A Dtimer-ti-32k.c154 ret = clocksource_register_hz(&ti_32k_timer.cs, 32768);
/linux-master/arch/mips/sgi-ip30/
H A Dip30-timer.c44 clocksource_register_hz(cs, HEART_CYCLES_PER_SEC);
/linux-master/arch/arm/mach-rpc/
H A Dtime.c93 WARN_ON(clocksource_register_hz(&ioctime_clocksource, RPC_CLOCK_FREQ));
/linux-master/arch/m68k/coldfire/
H A Ddma_timer.c63 return clocksource_register_hz(&clocksource_cf_dt, DMA_FREQ);
H A Dpit.c159 clocksource_register_hz(&pit_clk, FREQ);
H A Dtimers.c126 clocksource_register_hz(&mcftmr_clk, FREQ);
H A Dsltimers.c144 clocksource_register_hz(&mcfslt_clk, MCF_BUSCLK);
/linux-master/arch/m68k/68000/
H A Dtimers.c117 clocksource_register_hz(&m68328_clk, TICKS_PER_JIFFY*HZ);
/linux-master/arch/mips/alchemy/common/
H A Dtime.c117 clocksource_register_hz(&au1x_counter1_clocksource, 32768);
/linux-master/arch/mips/loongson2ef/common/cs5536/
H A Dcs5536_mfgpt.c200 return clocksource_register_hz(&clocksource_mfgpt, MFGPT_TICK_RATE);
/linux-master/arch/arm/mach-footbridge/
H A Ddc21285-timer.c112 clocksource_register_hz(&cksrc_dc21285, rate);
/linux-master/arch/openrisc/kernel/
H A Dtime.c157 if (clocksource_register_hz(&openrisc_timer, cpuinfo->clock_frequency))
/linux-master/arch/m68k/hp300/
H A Dtime.c116 clocksource_register_hz(&hp300_clk, HP300_TIMER_CLOCK_FREQ);

Completed in 212 milliseconds

1234