Searched refs:clockevents_calc_mult_shift (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/arch/mips/include/asm/ |
D | time.h | 74 clockevents_calc_mult_shift(cd, clock, 4); in clockevent_set_clock()
|
/Linux-v4.19/arch/unicore32/kernel/ |
D | time.c | 90 clockevents_calc_mult_shift(&ckevt_puv3_osmr0, CLOCK_TICK_RATE, 5); in time_init()
|
/Linux-v4.19/include/linux/ |
D | clockchips.h | 193 clockevents_calc_mult_shift(struct clock_event_device *ce, u32 freq, u32 maxsec) in clockevents_calc_mult_shift() function
|
/Linux-v4.19/arch/mips/ralink/ |
D | cevt-rt3352.c | 130 clockevents_calc_mult_shift(&systick.dev, SYSTICK_FREQ, 60); in ralink_systick_init()
|
/Linux-v4.19/arch/hexagon/kernel/ |
D | time.c | 199 clockevents_calc_mult_shift(ce_dev, sleep_clk_freq, 4); in time_init_deferred()
|
/Linux-v4.19/arch/c6x/platforms/ |
D | timer64.c | 234 clockevents_calc_mult_shift(cd, c6x_core_freq / TIMER_DIVISOR, 5); in timer64_init()
|
/Linux-v4.19/drivers/clocksource/ |
D | timer-atlas7.c | 193 clockevents_calc_mult_shift(ce, atlas7_timer_rate, 60); in sirfsoc_local_timer_starting_cpu()
|
D | dw_apb_timer.c | 257 clockevents_calc_mult_shift(&dw_ced->ced, freq, APBT_MIN_PERIOD); in dw_apb_clockevent_init()
|
/Linux-v4.19/arch/sparc/kernel/ |
D | time_64.c | 864 clockevents_calc_mult_shift(&sparc64_clockevent, freq, 4); in time_init()
|
/Linux-v4.19/kernel/time/ |
D | clockevents.c | 501 clockevents_calc_mult_shift(dev, freq, sec); in clockevents_config()
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | time.c | 1040 clockevents_calc_mult_shift(&decrementer_clockevent, ppc_tb_freq, 4); in init_decrementer_clockevent()
|