Lines Matching refs:delta

250                           uint64_t delta, uint64_t period, uint8_t irq,  in create_periodic_time()  argument
279 idx, delta, period, (uint64_t)(S_TO_NS / period), in create_periodic_time()
282 if ( delta > (period * (hpet_mult + hpet_add + 160)) ) in create_periodic_time()
285 delta, period); in create_periodic_time()
290 idx, delta, period, irq); in create_periodic_time()
374 static void hpet_set_mode(uint64_t delta, int timer) in hpet_set_mode() argument
380 cmp = now + (unsigned long)(hpet_mult * delta) + hpet_add; in hpet_set_mode()
388 delta = (uint32_t)delta; in hpet_set_mode()
402 hpet_writel((unsigned long) delta, HPET_Tn_CMP(timer)); in hpet_set_mode()
404 (unsigned long) delta, (unsigned long) delta, timer); in hpet_set_mode()
418 unsigned long cfg, cmp, delta, cmp2, cmp3; in hpet_check_stopped() local
432 delta = 62500; in hpet_check_stopped()
449 hpet_writel((unsigned long) delta, HPET_Tn_CMP(timer)); in hpet_check_stopped()
451 (unsigned long) delta, (unsigned long) delta, timer); in hpet_check_stopped()
457 if ( dom1.arch.hvm_domain.pl_time.vhpet.hpet.period[timer] != delta ) in hpet_check_stopped()
459 __func__, __LINE__, timer, delta, delta, in hpet_check_stopped()
465 delta = 62500; in hpet_check_stopped()
482 hpet_writel((unsigned long) delta, HPET_Tn_CMP(timer)); in hpet_check_stopped()
484 (unsigned long) delta, (unsigned long) delta, timer); in hpet_check_stopped()
490 if ( dom1.arch.hvm_domain.pl_time.vhpet.hpet.period[timer] != delta ) in hpet_check_stopped()
492 __func__, __LINE__, timer, delta, delta, in hpet_check_stopped()
512 if ( dom1.arch.hvm_domain.pl_time.vhpet.hpet.period[timer] != delta ) in hpet_check_stopped()
514 __func__, __LINE__, timer, delta, delta, in hpet_check_stopped()
540 if ( dom1.arch.hvm_domain.pl_time.vhpet.hpet.period[timer] != delta ) in hpet_check_stopped()
542 __func__, __LINE__, timer, delta, delta, in hpet_check_stopped()
546 delta = 500; in hpet_check_stopped()
557 hpet_writel((unsigned long) delta, HPET_Tn_CMP(timer)); in hpet_check_stopped()
559 (unsigned long) delta, (unsigned long) delta, timer); in hpet_check_stopped()
565 if ( dom1.arch.hvm_domain.pl_time.vhpet.hpet.period[timer] != delta ) in hpet_check_stopped()
567 __func__, __LINE__, timer, delta, delta, in hpet_check_stopped()