Searched refs:ticks (Results 126 - 150 of 157) sorted by relevance

1234567

/linux-master/drivers/scsi/csiostor/
H A Dcsio_lnode.c1886 csio_scan_done(struct csio_lnode *ln, unsigned long ticks, argument
1896 ln->tgt_scan_tick = ticks;
1898 if (((ticks - ln->tgt_scan_tick) >= delta_scan_ticks)) {
1907 ln->tgt_scan_tick = ticks;
/linux-master/drivers/net/ethernet/amd/
H A Dpcnet32.c682 int ticks; local
693 ticks = 0;
701 ticks++;
702 if (ticks > 200) {
981 unsigned long ticks; local
1061 ticks = 0;
1063 while ((lp->rx_ring[x].status & teststatus) && (ticks < 200)) {
1068 ticks++;
1070 if (ticks == 200) {
2297 "pcnet32 open after %d ticks, ini
[all...]
/linux-master/drivers/mmc/host/
H A Dmxs-mmc.c331 * Calculate ticks in ms since ns are large numbers
336 const unsigned int ticks = ms * clock_per_ms; local
337 const unsigned int ssp_ticks = ticks / ssp_timeout_mul;
/linux-master/drivers/mtd/nand/raw/
H A Ds3c2410.c270 #define to_ns(ticks, clk) (((ticks) * NS_IN_KHZ) / (unsigned int)(clk))
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_admin.c287 int adf_send_admin_hb_timer(struct adf_accel_dev *accel_dev, uint32_t ticks) argument
295 req.heartbeat_ticks = ticks;
/linux-master/drivers/net/ethernet/sfc/
H A Defx.c420 unsigned int efx_ticks_to_usecs(struct efx_nic *efx, unsigned int ticks) argument
422 /* We must round up when converting ticks to microseconds
425 return DIV_ROUND_UP(ticks * efx->timer_quantum_ns, 1000);
H A Def10.c2008 unsigned int ticks = efx_usecs_to_ticks(efx, usecs); local
2013 ERF_DD_EVQ_IND_TIMER_VAL, ticks);
2017 unsigned int ticks = efx_usecs_to_ticks(efx, usecs); local
2020 ERF_DZ_TC_TIMER_VAL, ticks,
2021 ERF_FZ_TC_TMR_REL_VAL, ticks);
/linux-master/include/uapi/sound/
H A Dasound.h435 unsigned int sleep_min; /* min ticks to sleep */
958 unsigned int ticks; /* requested resolution in ticks */ member in struct:snd_timer_params
1003 unsigned int ticks; member in struct:snd_timer_read
1008 SNDRV_TIMER_EVENT_TICK, /* val = ticks */
/linux-master/drivers/scsi/ibmvscsi_tgt/
H A Dibmvscsi_tgt.c144 int ticks = 0; local
166 ticks += 1;
170 ticks += 10;
174 ticks += 100;
178 ticks += 1000;
182 ticks += 10000;
186 ticks += 100000;
197 * ticks are in milliseconds more or less
199 if (ticks > 300000 && qrc != H_SUCCESS) {
/linux-master/tools/include/uapi/sound/
H A Dasound.h435 unsigned int sleep_min; /* min ticks to sleep */
958 unsigned int ticks; /* requested resolution in ticks */ member in struct:snd_timer_params
1003 unsigned int ticks; member in struct:snd_timer_read
1008 SNDRV_TIMER_EVENT_TICK, /* val = ticks */
/linux-master/drivers/soc/tegra/
H A Dpmc.c1798 u64 ticks; local
1817 ticks = pmc->cpu_good_time * rate + USEC_PER_SEC - 1;
1818 do_div(ticks, USEC_PER_SEC);
1819 tegra_pmc_writel(pmc, ticks, PMC_CPUPWRGOOD_TIMER);
1821 ticks = pmc->cpu_off_time * rate + USEC_PER_SEC - 1;
1822 do_div(ticks, USEC_PER_SEC);
1823 tegra_pmc_writel(pmc, ticks, PMC_CPUPWROFF_TIMER);
/linux-master/include/linux/ssb/
H A Dssb_driver_chipcommon.h636 extern u32 ssb_chipco_watchdog_timer_set(struct ssb_chipcommon *cc, u32 ticks);
/linux-master/include/linux/bcma/
H A Dbcma_driver_chipcommon.h689 extern u32 bcma_chipco_watchdog_timer_set(struct bcma_drv_cc *cc, u32 ticks);
/linux-master/include/acpi/
H A Dacpixf.h889 ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status acpi_get_timer(u32 *ticks))
/linux-master/include/net/
H A Dip_vs.h408 /* Process estimators in multiple timer ticks (20/50/100, see ktrow) */
410 /* Estimation uses a 2-second period containing ticks (in jiffies) */
439 #error Too many timer ticks for ktrow
455 struct ip_vs_est_tick_data __rcu *ticks[IPVS_EST_NTICKS]; member in struct:ip_vs_est_kt_data
686 unsigned int timeout; /* persistent timeout in ticks */
/linux-master/drivers/net/ethernet/freescale/
H A Dgianfar_ethtool.c190 /* Convert microseconds to ethernet clock ticks, which changes
218 /* Convert ethernet clock ticks to microseconds */
220 unsigned int ticks)
241 /* if ticks is > 0 */
242 return (ticks * count) / 1000;
219 gfar_ticks2usecs(struct gfar_private *priv, unsigned int ticks) argument
/linux-master/kernel/cgroup/
H A Dcpuset.c3172 * than FM_MAXTICKS ticks have elapsed since the last filter event,
3173 * just compute FM_MAXTICKS ticks worth, by which point the level
3193 #define FM_MAXTICKS ((u32)99) /* useless computing more ticks than this */
3210 u32 ticks; local
3213 ticks = now - fmp->time;
3215 if (ticks == 0)
3218 ticks = min(FM_MAXTICKS, ticks);
3219 while (ticks-- > 0)
3227 /* Process any previous ticks, the
[all...]
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.c5092 u8 ticks)
5096 REG_WR8(bp, addr, ticks);
5098 "port %x fw_sb_id %d sb_index %d ticks %d\n",
5099 port, fw_sb_id, sb_index, ticks);
5123 u8 ticks = usec / BNX2X_BTR; local
5125 storm_memset_hc_timeout(bp, port, fw_sb_id, sb_index, ticks);
5090 storm_memset_hc_timeout(struct bnx2x *bp, u8 port, u8 fw_sb_id, u8 sb_index, u8 ticks) argument
/linux-master/drivers/firewire/
H A Dohci.c1745 u32 ticks; local
1747 ticks = cycle_timer & 0xfff;
1748 ticks += 3072 * ((cycle_timer >> 12) & 0x1fff);
1749 ticks += (3072 * 8000) * (cycle_timer >> 25);
1751 return ticks;
1766 * error. (A PCI read should take at least 20 ticks of the 24.576 MHz timer to
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dfalcon.c381 unsigned int ticks; local
383 ticks = ef4_usecs_to_ticks(efx, channel->irq_moderation_us);
388 ticks - 1);
/linux-master/drivers/s390/scsi/
H A Dzfcp_fsf.c2340 int ticks = req->adapter->timer_ticks; local
2355 blktrc.channel_lat = lat_in->channel_lat * ticks;
2356 blktrc.fabric_lat = lat_in->fabric_lat * ticks;
/linux-master/kernel/time/
H A Dtimekeeping.c2178 * (think "ticks") worth of time at once. To do this efficiently,
2290 void do_timer(unsigned long ticks) argument
2292 jiffies_64 += ticks;
/linux-master/sound/pci/
H A Dazt3328.c2126 /*** NOTE: the physical timer resolution actually is 1024000 ticks per second
2151 delay = 49; /* minimum time is 49 ticks */
2194 .ticks = 1024000, /* max tick count, defined by the value register; actually it's not 1024000, but 1048576, but we don't care */
2214 snd_azf3328_timer_hw.ticks /= seqtimer_scaling;
/linux-master/sound/isa/ad1816a/
H A Dad1816a_lib.c416 .ticks = 65535,
/linux-master/drivers/net/ethernet/via/
H A Dvia-velocity.h1440 u32 ticks; member in struct:velocity_info

Completed in 371 milliseconds

1234567