Searched refs:clockevents_calc_mult_shift (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.10/arch/mips/include/asm/ |
D | time.h | 70 clockevents_calc_mult_shift(cd, clock, 4); in clockevent_set_clock()
|
/Linux-v5.10/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-v5.10/arch/mips/ralink/ |
D | cevt-rt3352.c | 128 clockevents_calc_mult_shift(&systick.dev, SYSTICK_FREQ, 60); in ralink_systick_init()
|
/Linux-v5.10/arch/hexagon/kernel/ |
D | time.c | 180 clockevents_calc_mult_shift(ce_dev, sleep_clk_freq, 4); in time_init_deferred()
|
/Linux-v5.10/arch/c6x/platforms/ |
D | timer64.c | 224 clockevents_calc_mult_shift(cd, c6x_core_freq / TIMER_DIVISOR, 5); in timer64_init()
|
/Linux-v5.10/drivers/clocksource/ |
D | timer-atlas7.c | 186 clockevents_calc_mult_shift(ce, atlas7_timer_rate, 60); in sirfsoc_local_timer_starting_cpu()
|
D | dw_apb_timer.c | 255 clockevents_calc_mult_shift(&dw_ced->ced, freq, APBT_MIN_PERIOD); in dw_apb_clockevent_init()
|
/Linux-v5.10/arch/sparc/kernel/ |
D | time_64.c | 865 clockevents_calc_mult_shift(&sparc64_clockevent, freq, 4); in time_init()
|
/Linux-v5.10/kernel/time/ |
D | clockevents.c | 491 clockevents_calc_mult_shift(dev, freq, sec); in clockevents_config()
|