Home
last modified time | relevance | path

Searched refs:timer_ticks (Results 1 – 17 of 17) sorted by relevance

/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_events.c16 static unsigned int timer_ticks; variable
52 TPL_CALLBACK, notify, (void *)&timer_ticks, in setup()
114 timer_ticks = 0; in execute()
144 if (timer_ticks < 8 || timer_ticks > 12) { in execute()
145 efi_st_printf("Notification count periodic: %u\n", timer_ticks); in execute()
155 timer_ticks = 0; in execute()
172 if (timer_ticks != 1) { in execute()
174 timer_ticks); in execute()
183 if (timer_ticks != 1) { in execute()
185 timer_ticks); in execute()
H A Defi_selftest_watchdog.c28 unsigned int timer_ticks; member
57 notify_context->timer_ticks++; in notify()
78 notification_context.timer_ticks = 0; in setup()
207 if (notification_context.timer_ticks != 2) { in execute()
209 notification_context.timer_ticks); in execute()
/openbmc/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_heartbeat.c301 unsigned int timer_ticks; in adf_heartbeat_start() local
312 ret = get_timer_ticks(accel_dev, &timer_ticks); in adf_heartbeat_start()
316 ret = adf_send_admin_hb_timer(accel_dev, timer_ticks); in adf_heartbeat_start()
/openbmc/linux/drivers/s390/scsi/
H A Dzfcp_sysfs.c556 fsum = lat->_name.fabric.sum * adapter->timer_ticks; \
557 fmin = lat->_name.fabric.min * adapter->timer_ticks; \
558 fmax = lat->_name.fabric.max * adapter->timer_ticks; \
559 csum = lat->_name.channel.sum * adapter->timer_ticks; \
560 cmin = lat->_name.channel.min * adapter->timer_ticks; \
561 cmax = lat->_name.channel.max * adapter->timer_ticks; \
H A Dzfcp_def.h162 u16 timer_ticks; /* time int for a tick */ member
H A Dzfcp_fsf.c550 adapter->timer_ticks = bottom->timer_interval & ZFCP_FSF_TIMER_INT_MASK; in zfcp_fsf_exchange_config_evaluate()
2340 int ticks = req->adapter->timer_ticks; in zfcp_fsf_req_trace()
/openbmc/linux/drivers/net/ethernet/sun/
H A Dsunbmac.c533 bp->timer_ticks++; in bigmac_timer()
545 if (bp->timer_ticks >= 4) { in bigmac_timer()
559 bp->timer_ticks = 0; in bigmac_timer()
570 bp->timer_ticks = 0; in bigmac_timer()
615 bp->timer_ticks = 0; in bigmac_begin_auto_negotiation()
936 bp->timer_ticks = 0; in bigmac_close()
1175 bp->timer_ticks = 0; in bigmac_ether_init()
H A Dsunhme.c717 hp->timer_ticks = 0; in happy_meal_begin_auto_negotiation()
730 hp->timer_ticks++; in happy_meal_timer()
736 if (hp->timer_ticks >= 10) { in happy_meal_timer()
755 hp->timer_ticks = 0; in happy_meal_timer()
799 if (hp->timer_ticks >= 10) { in happy_meal_timer()
802 hp->timer_ticks = 0; in happy_meal_timer()
818 if (hp->timer_ticks == 1) { in happy_meal_timer()
830 if (hp->timer_ticks == 2) { in happy_meal_timer()
846 if (hp->timer_ticks >= 4) { /* 6 seconds or so... */ in happy_meal_timer()
869 hp->timer_ticks = 0; in happy_meal_timer()
[all …]
H A Dsunbmac.h313 unsigned int timer_ticks; member
H A Dsungem.c1320 gp->timer_ticks = 0; in gem_begin_auto_negotiation()
1446 gp->timer_ticks = 5; in gem_mdio_link_not_up()
1460 gp->timer_ticks = 5; in gem_mdio_link_not_up()
1471 gp->timer_ticks = 5; in gem_mdio_link_not_up()
1518 gp->timer_ticks = 5; in gem_link_timer()
1540 } else if (++gp->timer_ticks > 10) { in gem_link_timer()
1718 gp->timer_ticks = 0; in gem_init_phy()
2911 gp->timer_ticks = 0; in gem_init_one()
H A Dsunhme.h457 unsigned int timer_ticks; /* Number of clicks at each state. */ member
H A Dsungem.h1004 int timer_ticks; member
H A Dcassini.c727 cp->timer_ticks = 0; in cas_begin_auto_negotiation()
764 cp->timer_ticks = 0; in cas_begin_auto_negotiation()
1547 cp->timer_ticks = 5; in cas_mdio_link_not_up()
1563 cp->timer_ticks = 5; in cas_mdio_link_not_up()
1571 cp->timer_ticks = 5; in cas_mdio_link_not_up()
1613 cp->timer_ticks = 5; in cas_mii_link_check()
1647 } else if (++cp->timer_ticks > 10) in cas_mii_link_check()
3671 cp->timer_ticks = 0; in cas_init_hw()
4987 cp->timer_ticks = 0; in cas_init_one()
H A Dcassini.h2822 int timer_ticks; member
/openbmc/qemu/hw/sparc64/
H A Dsparc64.c192 static uint64_t timer_to_cpu_ticks(int64_t timer_ticks, uint32_t frequency) in timer_to_cpu_ticks() argument
194 return muldiv64(timer_ticks, frequency, NANOSECONDS_PER_SECOND); in timer_to_cpu_ticks()
/openbmc/linux/sound/pci/ymfpci/
H A Dymfpci.h359 unsigned int timer_ticks; member
H A Dymfpci_main.c813 snd_timer_interrupt(chip->timer, chip->timer_ticks); in snd_ymfpci_interrupt()
1893 chip->timer_ticks = timer->sticks; in snd_ymfpci_timer_start()
1900 chip->timer_ticks = 2; in snd_ymfpci_timer_start()