Searched defs:stamp (Results 1 - 20 of 20) sorted by relevance

/drivers/char/
H A Dbfin-otp.c25 #define stamp(fmt, args...) pr_debug("%s:%i: " fmt "\n", __func__, __LINE__, ## args) macro
26 #define stampit() stamp("here i am")
57 stamp("processing page %i (0x%x:%s)", page, flags,
61 stamp("error from otp: 0x%x", ret);
149 stamp("processing page %i (0x%x:%s) from %p", page, flags,
157 stamp("error from otp: 0x%x", ret);
192 stamp("locking page %lu resulted in 0x%x", arg, otp_result);
/drivers/media/pci/saa7164/
H A Dsaa7164-cmd.c266 unsigned long stamp; local
284 stamp = jiffies;
298 r = time_before(jiffies, stamp + (HZ * waitsecs));
/drivers/net/can/softing/
H A Dsofting_fw.c34 unsigned long stamp; local
41 stamp = jiffies + 1 * HZ;
53 if ((ret != vector) || time_after(jiffies, stamp))
80 unsigned long stamp; local
86 stamp = jiffies + 3 * HZ;
94 if (time_after(jiffies, stamp))
/drivers/watchdog/
H A Dbfin_wdt.c30 #define stamp(fmt, args...) \ macro
32 #define stampit() stamp("here i am")
121 stamp("maxtimeout=%us newtimeout=%lus (cnt=%#x)", max_t, t, cnt);
/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ptp.c197 u64 stamp = 0; local
199 stamp |= (u64)IXGBE_READ_REG(hw, IXGBE_SYSTIML);
200 stamp |= (u64)IXGBE_READ_REG(hw, IXGBE_SYSTIMH) << 32;
202 return stamp;
465 * ixgbe_ptp_tx_hwtstamp - utility function which checks for TX time stamp
529 * ixgbe_ptp_rx_hwtstamp - utility function which checks for RX time stamp
582 * for sure to which packet the hardware time stamp belongs.
652 * therefore it is not possible to time stamp both V1 Sync and
692 /* clear TX/RX time stamp registers, just to be sure */
/drivers/net/irda/
H A Dirda-usb.h160 struct timeval stamp; member in struct:irda_usb_cb
H A Dali-ircc.h212 struct timeval stamp; member in struct:ali_ircc_cb
H A Dau1k_ir.c166 struct timeval stamp; member in struct:au1k_private
H A Dnsc-ircc.h266 struct timeval stamp; member in struct:nsc_ircc_cb
H A Dvia-ircc.h109 struct timeval stamp; member in struct:via_ircc_cb
/drivers/net/ethernet/mellanox/mlx4/
H A Den_tx.c228 __be32 stamp = cpu_to_be32(STAMP_VAL | (!!owner << STAMP_SHIFT)); local
240 *ptr = stamp;
247 *ptr = stamp;
251 stamp ^= cpu_to_be32(0x80000000);
/drivers/net/wireless/iwlwifi/dvm/
H A Drx.c320 unsigned long stamp)
327 msecs = jiffies_to_msecs(stamp - priv->rx_statistics_jiffies);
329 /* Only gather statistics and update time stamp when not associated */
455 unsigned long stamp = jiffies; local
518 iwlagn_recover_from_statistics(priv, rx_ofdm, rx_ofdm_ht, tx, stamp);
533 priv->rx_statistics_jiffies = stamp;
316 iwlagn_recover_from_statistics(struct iwl_priv *priv, struct statistics_rx_phy *cur_ofdm, struct statistics_rx_ht_phy *cur_ofdm_ht, struct statistics_tx *tx, unsigned long stamp) argument
H A Drs.h301 unsigned long stamp; member in struct:iwl_rate_scale_data
/drivers/usb/mon/
H A Dmon_text.c180 unsigned int stamp; local
183 stamp = tval.tv_sec & 0xFFF; /* 2^32 = 4294967296. Limit to 4096s. */
184 stamp = stamp * 1000000 + tval.tv_usec;
185 return stamp;
192 unsigned int stamp; local
197 stamp = mon_get_timestamp();
212 ep->tstamp = stamp;
/drivers/md/
H A Ddm-stats.c36 unsigned long stamp; member in struct:dm_stat_shared
428 unsigned long difference = now - shared->stamp;
442 shared->stamp = now;
/drivers/infiniband/hw/mlx4/
H A Dqp.c209 * basic block size, as an optimization, we can stamp all WQEs with
219 __be32 stamp; local
226 stamp = ind & qp->sq.wqe_cnt ? cpu_to_be32(0x7fffffff) :
230 *wqe = stamp;
2599 int uninitialized_var(stamp);
2799 * overwrite cacheline stamp last within each
2847 stamp = ind + qp->sq_spare_wqes;
2853 * only stamp here if there are still more WQEs to post.
2860 stamp_send_wqe(qp, stamp, size * 16);
2884 stamp_send_wqe(qp, stamp, siz
[all...]
/drivers/net/wireless/iwlegacy/
H A D3945.h73 unsigned long stamp; member in struct:il3945_rate_scale_data
H A Dcommon.h2759 unsigned long stamp; member in struct:il_rate_scale_data
/drivers/usb/host/
H A Doxu210hp.h305 unsigned stamp; member in struct:ehci_qh
420 unsigned stamp; member in struct:oxu_hcd
/drivers/net/ethernet/broadcom/
H A Dtg3.c6128 u64 stamp = tr32(TG3_EAV_REF_CLCK_LSB); local
6129 return stamp | (u64)tr32(TG3_EAV_REF_CLCK_MSB) << 32;

Completed in 446 milliseconds