Searched refs:clock_event_device_uv (Results 1 - 1 of 1) sorted by path

/linux-master/arch/x86/platform/uv/
H A Duv_time.c33 static struct clock_event_device clock_event_device_uv = { variable in typeref:struct:clock_event_device
336 *ced = clock_event_device_uv;
365 clock_event_device_uv.mult = div_sc(sn_rtc_cycles_per_second,
366 NSEC_PER_SEC, clock_event_device_uv.shift);
368 clock_event_device_uv.min_delta_ns = NSEC_PER_SEC /
370 clock_event_device_uv.min_delta_ticks = 1;
372 clock_event_device_uv.max_delta_ns = clocksource_uv.mask *
374 clock_event_device_uv.max_delta_ticks = clocksource_uv.mask;

Completed in 307 milliseconds