/linux-4.4.14/kernel/time/ |
D | tick-broadcast-hrtimer.c | 86 .max_delta_ns = KTIME_MAX,
|
D | clockevents.c | 335 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 | 223 (unsigned long long) dev->max_delta_ns); in print_tickdevice()
|
/linux-4.4.14/drivers/clocksource/ |
D | numachip.c | 54 .max_delta_ns = LONG_MAX,
|
D | metag_generic.c | 116 clk->max_delta_ns = clockevent_delta2ns(0x7fffffff, clk); in arch_timer_setup()
|
D | timer-atlas7.c | 194 ce->max_delta_ns = clockevent_delta2ns(-2, ce); in sirfsoc_local_timer_setup()
|
D | h8300_timer8.c | 166 ced->max_delta_ns = clockevent_delta2ns(0xffff, ced); in timer8_clock_event_start()
|
D | dw_apb_timer.c | 247 dw_ced->ced.max_delta_ns = clockevent_delta2ns(0x7fffffff, in dw_apb_clockevent_init()
|
D | sh_cmt.c | 720 ced->max_delta_ns = clockevent_delta2ns(ch->max_match_value, ced); in sh_cmt_clock_event_start()
|
/linux-4.4.14/arch/score/kernel/ |
D | time.c | 82 score_clockevent.max_delta_ns = clockevent_delta2ns((u32)~0, in time_init()
|
/linux-4.4.14/arch/blackfin/kernel/ |
D | time-ts.c | 232 evt->max_delta_ns = clockevent_delta2ns(-1, evt); in bfin_gptmr0_clockevent_init() 346 evt->max_delta_ns = clockevent_delta2ns(-1, evt); in bfin_coretmr_clockevent_init()
|
/linux-4.4.14/arch/mips/kernel/ |
D | cevt-ds1287.c | 130 cd->max_delta_ns = clockevent_delta2ns(0x7fffffff, cd); in ds1287_clockevent_init()
|
D | cevt-r4k.c | 205 cd->max_delta_ns = clockevent_delta2ns(0x7fffffff, cd); in r4k_clockevent_init()
|
D | cevt-gt641xx.c | 154 cd->max_delta_ns = clockevent_delta2ns(0x7fffffff, cd); in gt641xx_timer0_clockevent_init()
|
D | cevt-sb1250.c | 125 cd->max_delta_ns = clockevent_delta2ns(0x7fffff, cd); in sb1250_clockevent_init()
|
D | cevt-bcm1480.c | 125 cd->max_delta_ns = clockevent_delta2ns(0x7fffff, cd); in sb1480_clockevent_init()
|
D | cevt-txx9.c | 197 cd->max_delta_ns = in txx9_clockevent_init()
|
/linux-4.4.14/arch/um/kernel/ |
D | time.c | 67 .max_delta_ns = 0xffffffff,
|
/linux-4.4.14/arch/mips/alchemy/common/ |
D | time.c | 140 cd->max_delta_ns = clockevent_delta2ns(0xffffffff, cd); in alchemy_time_init()
|
/linux-4.4.14/arch/mn10300/kernel/ |
D | cevt-mn10300.c | 100 cd->max_delta_ns = clockevent_delta2ns(TMJCBR_MAX, cd); in init_clockevents()
|
/linux-4.4.14/arch/avr32/kernel/ |
D | time.c | 144 comparator.max_delta_ns = clockevent_delta2ns((u32)~0, &comparator); in time_init()
|
/linux-4.4.14/arch/m68k/coldfire/ |
D | pit.c | 150 cf_pit_clockevent.max_delta_ns = in hw_timer_init()
|
/linux-4.4.14/arch/unicore32/kernel/ |
D | time.c | 92 ckevt_puv3_osmr0.max_delta_ns = in time_init()
|
/linux-4.4.14/arch/mips/loongson64/common/cs5536/ |
D | cs5536_mfgpt.c | 125 cd->max_delta_ns = clockevent_delta2ns(0xffff, cd); in setup_mfgpt0_timer()
|
/linux-4.4.14/include/linux/ |
D | clockchips.h | 104 u64 max_delta_ns; member
|
/linux-4.4.14/arch/x86/xen/ |
D | time.c | 304 .max_delta_ns = 0xffffffff, 359 .max_delta_ns = 0xffffffff,
|
/linux-4.4.14/arch/mips/jz4740/ |
D | time.c | 148 jz4740_clockevent.max_delta_ns = clockevent_delta2ns(0xffff, &jz4740_clockevent); in plat_time_init()
|
/linux-4.4.14/arch/mips/ralink/ |
D | cevt-rt3352.c | 129 systick.dev.max_delta_ns = clockevent_delta2ns(0x7fff, &systick.dev); in ralink_systick_init()
|
/linux-4.4.14/arch/hexagon/kernel/ |
D | time.c | 201 ce_dev->max_delta_ns = clockevent_delta2ns(0x7fffffff, ce_dev); in time_init_deferred()
|
/linux-4.4.14/arch/mips/sgi-ip27/ |
D | ip27-timer.c | 115 cd->max_delta_ns = clockevent_delta2ns(0xfffffffffffff, cd); in hub_rt_clock_event_init()
|
/linux-4.4.14/arch/mips/loongson32/common/ |
D | time.c | 200 cd->max_delta_ns = clockevent_delta2ns(0xffffff, cd); in ls1x_time_init()
|
/linux-4.4.14/arch/c6x/platforms/ |
D | timer64.c | 236 cd->max_delta_ns = clockevent_delta2ns(0x7fffffff, cd); in timer64_init()
|
/linux-4.4.14/arch/tile/kernel/ |
D | time.c | 171 evt->max_delta_ns = clockevent_delta2ns(MAX_TICK, evt); in setup_tile_timer()
|
/linux-4.4.14/arch/microblaze/kernel/ |
D | timer.c | 178 clockevent_xilinx_timer.max_delta_ns = in xilinx_clockevent_init()
|
/linux-4.4.14/arch/mips/loongson64/loongson-3/ |
D | hpet.c | 243 cd->max_delta_ns = clockevent_delta2ns(0x7fffffff, cd); in setup_hpet_timer()
|
/linux-4.4.14/arch/sparc/kernel/ |
D | time_32.c | 230 ce->max_delta_ns = clockevent_delta2ns(sparc_config.clock_rate, ce); in register_percpu_ce()
|
D | time_64.c | 797 sparc64_clockevent.max_delta_ns = in time_init()
|
/linux-4.4.14/arch/x86/platform/uv/ |
D | uv_time.c | 394 clock_event_device_uv.max_delta_ns = clocksource_uv.mask * in uv_rtc_setup_clock()
|
/linux-4.4.14/arch/x86/kernel/apic/ |
D | apic.c | 698 lapic_clockevent.max_delta_ns = in calibrate_APIC_clock() 745 lapic_clockevent.max_delta_ns = in calibrate_APIC_clock()
|
/linux-4.4.14/arch/x86/lguest/ |
D | boot.c | 1011 .max_delta_ns = LG_CLOCK_MAX_DELTA,
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | time.c | 900 decrementer_clockevent.max_delta_ns = in init_decrementer_clockevent()
|
/linux-4.4.14/arch/s390/kernel/ |
D | time.c | 142 cd->max_delta_ns = LONG_MAX; in init_cpu_timer()
|