Searched refs:max_delta_ns (Results 1 – 25 of 28) sorted by relevance
12
/linux-6.1.9/kernel/time/ |
D | tick-broadcast-hrtimer.c | 91 .max_delta_ns = KTIME_MAX,
|
D | clockevents.c | 330 delta = min(delta, (int64_t) dev->max_delta_ns); in clockevents_program_event() 492 dev->max_delta_ns = cev_delta2ns(dev->max_delta_ticks, dev, true); in clockevents_config()
|
D | timer_list.c | 197 (unsigned long long) dev->max_delta_ns); in print_tickdevice()
|
/linux-6.1.9/drivers/clocksource/ |
D | numachip.c | 46 .max_delta_ns = LONG_MAX,
|
D | dw_apb_timer.c | 256 dw_ced->ced.max_delta_ns = clockevent_delta2ns(0x7fffffff, in dw_apb_clockevent_init()
|
/linux-6.1.9/arch/mips/kernel/ |
D | cevt-ds1287.c | 112 cd->max_delta_ns = clockevent_delta2ns(0x7fffffff, cd); in ds1287_clockevent_init()
|
D | cevt-gt641xx.c | 135 cd->max_delta_ns = clockevent_delta2ns(0x7fffffff, cd); in gt641xx_timer0_clockevent_init()
|
D | cevt-bcm1480.c | 111 cd->max_delta_ns = clockevent_delta2ns(0x7fffff, cd); in sb1480_clockevent_init()
|
D | cevt-sb1250.c | 111 cd->max_delta_ns = clockevent_delta2ns(0x7fffff, cd); in sb1250_clockevent_init()
|
D | cevt-txx9.c | 190 cd->max_delta_ns = in txx9_clockevent_init()
|
/linux-6.1.9/arch/mips/alchemy/common/ |
D | time.c | 121 cd->max_delta_ns = clockevent_delta2ns(0xffffffff, cd); in alchemy_time_init()
|
/linux-6.1.9/arch/mips/loongson2ef/common/cs5536/ |
D | cs5536_mfgpt.c | 115 cd->max_delta_ns = clockevent_delta2ns(0xffff, cd); in setup_mfgpt0_timer()
|
/linux-6.1.9/arch/m68k/coldfire/ |
D | pit.c | 145 cf_pit_clockevent.max_delta_ns = in hw_timer_init()
|
/linux-6.1.9/include/linux/ |
D | clockchips.h | 105 u64 max_delta_ns; member
|
/linux-6.1.9/arch/mips/sgi-ip27/ |
D | ip27-timer.c | 89 cd->max_delta_ns = clockevent_delta2ns(0xfffffffffffff, cd); in hub_rt_clock_event_init()
|
/linux-6.1.9/arch/x86/xen/ |
D | time.c | 227 .max_delta_ns = 0xffffffff, 288 .max_delta_ns = 0xffffffff,
|
/linux-6.1.9/arch/mips/ralink/ |
D | cevt-rt3352.c | 129 systick.dev.max_delta_ns = clockevent_delta2ns(0x7fff, &systick.dev); in ralink_systick_init()
|
/linux-6.1.9/arch/hexagon/kernel/ |
D | time.c | 190 ce_dev->max_delta_ns = clockevent_delta2ns(0x7fffffff, ce_dev); in time_init_deferred()
|
/linux-6.1.9/arch/mips/loongson32/common/ |
D | time.c | 190 cd->max_delta_ns = clockevent_delta2ns(0xffffff, cd); in ls1x_time_init()
|
/linux-6.1.9/arch/mips/loongson64/ |
D | hpet.c | 239 cd->max_delta_ns = clockevent_delta2ns(0x7fffffff, cd); in setup_hpet_timer()
|
/linux-6.1.9/arch/microblaze/kernel/ |
D | timer.c | 169 clockevent_xilinx_timer.max_delta_ns = in xilinx_clockevent_init()
|
/linux-6.1.9/arch/sparc/kernel/ |
D | time_32.c | 231 ce->max_delta_ns = clockevent_delta2ns(sparc_config.clock_rate, ce); in register_percpu_ce()
|
D | time_64.c | 867 sparc64_clockevent.max_delta_ns = in time_init()
|
/linux-6.1.9/arch/x86/platform/uv/ |
D | uv_time.c | 372 clock_event_device_uv.max_delta_ns = clocksource_uv.mask * in uv_rtc_setup_clock()
|
/linux-6.1.9/arch/um/kernel/ |
D | time.c | 685 .max_delta_ns = 0xffffffff,
|
12