Home
last modified time | relevance | path

Searched refs:max_delta_ns (Results 1 – 18 of 18) sorted by relevance

/linux/drivers/clocksource/
H A Dnumachip.c46 .max_delta_ns = LONG_MAX,
H A Ddw_apb_timer.c236 dw_ced->ced.max_delta_ns = clockevent_delta2ns(0x7fffffff, in dw_apb_clockevent_init()
H A Dsh_cmt.c863 ced->max_delta_ns = clockevent_delta2ns(ch->max_match_value, ced); in sh_cmt_register_clockevent()
/linux/arch/mips/alchemy/common/
H A Dtime.c121 cd->max_delta_ns = clockevent_delta2ns(0xffffffff, cd); in alchemy_time_init()
/linux/arch/mips/loongson2ef/common/cs5536/
H A Dcs5536_mfgpt.c115 cd->max_delta_ns = clockevent_delta2ns(0xffff, cd); in setup_mfgpt0_timer()
/linux/arch/mips/kernel/
H A Dcevt-gt641xx.c135 cd->max_delta_ns = clockevent_delta2ns(0x7fffffff, cd); in gt641xx_timer0_clockevent_init()
H A Dcevt-sb1250.c111 cd->max_delta_ns = clockevent_delta2ns(0x7fffff, cd); in sb1250_clockevent_init()
H A Dcevt-txx9.c190 cd->max_delta_ns = in txx9_clockevent_init()
/linux/arch/m68k/coldfire/
H A Dpit.c145 cf_pit_clockevent.max_delta_ns = in hw_timer_init()
/linux/include/linux/
H A Dclockchips.h109 u64 max_delta_ns; member
/linux/arch/hexagon/kernel/
H A Dtime.c191 ce_dev->max_delta_ns = clockevent_delta2ns(0x7fffffff, ce_dev); in time_init_deferred()
/linux/arch/mips/loongson64/
H A Dhpet.c239 cd->max_delta_ns = clockevent_delta2ns(0x7fffffff, cd); in setup_hpet_timer()
/linux/kernel/time/
H A Dclockevents.c370 delta = min(delta, (int64_t) dev->max_delta_ns); in clockevents_program_event()
550 dev->max_delta_ns = cev_delta2ns(dev->max_delta_ticks, dev, true); in clockevents_config()
/linux/arch/microblaze/kernel/
H A Dtimer.c169 clockevent_xilinx_timer.max_delta_ns = in xilinx_clockevent_init()
/linux/arch/sparc/kernel/
H A Dtime_32.c230 ce->max_delta_ns = clockevent_delta2ns(sparc_config.clock_rate, ce); in register_percpu_ce()
/linux/arch/x86/platform/uv/
H A Duv_time.c372 clock_event_device_uv.max_delta_ns = clocksource_uv.mask * in uv_rtc_setup_clock()
/linux/arch/um/kernel/
H A Dtime.c854 .max_delta_ns = 0xffffffff,
/linux/arch/x86/kernel/apic/
H A Dapic.c749 lapic_clockevent.max_delta_ns = in lapic_init_clockevent()