Lines Matching refs:levt
544 struct clock_event_device *levt = this_cpu_ptr(&lapic_events); in setup_APIC_timer() local
552 memcpy(levt, &lapic_clockevent, sizeof(*levt)); in setup_APIC_timer()
553 levt->cpumask = cpumask_of(smp_processor_id()); in setup_APIC_timer()
556 levt->features &= ~(CLOCK_EVT_FEAT_PERIODIC | in setup_APIC_timer()
558 levt->set_next_event = lapic_next_deadline; in setup_APIC_timer()
559 clockevents_config_and_register(levt, in setup_APIC_timer()
563 clockevents_register_device(levt); in setup_APIC_timer()
679 struct clock_event_device *levt = this_cpu_ptr(&lapic_events); in calibrate_APIC_clock() local
778 levt->features &= ~CLOCK_EVT_FEAT_DUMMY; in calibrate_APIC_clock()
790 levt->event_handler = lapic_cal_handler; in calibrate_APIC_clock()
791 lapic_timer_set_periodic(levt); in calibrate_APIC_clock()
802 lapic_timer_shutdown(levt); in calibrate_APIC_clock()
812 levt->features |= CLOCK_EVT_FEAT_DUMMY; in calibrate_APIC_clock()
816 if (levt->features & CLOCK_EVT_FEAT_DUMMY) { in calibrate_APIC_clock()