clock_event_device_uv   32 arch/x86/platform/uv/uv_time.c static struct clock_event_device clock_event_device_uv = {
clock_event_device_uv  346 arch/x86/platform/uv/uv_time.c 	*ced = clock_event_device_uv;
clock_event_device_uv  375 arch/x86/platform/uv/uv_time.c 	clock_event_device_uv.mult = div_sc(sn_rtc_cycles_per_second,
clock_event_device_uv  376 arch/x86/platform/uv/uv_time.c 				NSEC_PER_SEC, clock_event_device_uv.shift);
clock_event_device_uv  378 arch/x86/platform/uv/uv_time.c 	clock_event_device_uv.min_delta_ns = NSEC_PER_SEC /
clock_event_device_uv  380 arch/x86/platform/uv/uv_time.c 	clock_event_device_uv.min_delta_ticks = 1;
clock_event_device_uv  382 arch/x86/platform/uv/uv_time.c 	clock_event_device_uv.max_delta_ns = clocksource_uv.mask *
clock_event_device_uv  384 arch/x86/platform/uv/uv_time.c 	clock_event_device_uv.max_delta_ticks = clocksource_uv.mask;