Searched defs:stamp (Results 1 - 21 of 21) 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/video/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.c35 unsigned long stamp; local
42 stamp = jiffies + 1 * HZ;
54 if ((ret != vector) || time_after(jiffies, stamp))
81 unsigned long stamp; local
87 stamp = jiffies + 3 * HZ;
95 if (time_after(jiffies, stamp))
/drivers/watchdog/
H A Dbfin_wdt.c28 #define stamp(fmt, args...) \ macro
30 #define stampit() stamp("here i am")
126 stamp("maxtimeout=%us newtimeout=%lus (cnt=%#x)", max_t, t, cnt);
/drivers/net/ethernet/mellanox/mlx4/
H A Den_tx.c213 __be32 stamp = cpu_to_be32(STAMP_VAL | (!!owner << STAMP_SHIFT)); local
235 *ptr = stamp;
266 *ptr = stamp;
270 stamp ^= cpu_to_be32(0x80000000);
/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.h110 struct timeval stamp; member in struct:via_ircc_cb
/drivers/net/wireless/iwlwifi/
H A Diwl-agn-rx.c351 unsigned long stamp)
358 msecs = jiffies_to_msecs(stamp - priv->rx_statistics_jiffies);
360 /* Only gather statistics and update time stamp when not associated */
493 unsigned long stamp = jiffies; local
555 iwlagn_recover_from_statistics(priv, rx_ofdm, rx_ofdm_ht, tx, stamp);
570 priv->rx_statistics_jiffies = stamp;
347 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 Diwl-agn-rs.h334 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/net/ethernet/adi/
H A Dbfin_mac.c884 u64 stamp; local
886 stamp = bfin_read_EMAC_PTP_TIMELO();
887 stamp |= (u64)bfin_read_EMAC_PTP_TIMEHI() << 32ULL;
889 return stamp;
/drivers/infiniband/hw/mlx4/
H A Dqp.c141 * basic block size, as an optimization, we can stamp all WQEs with
151 __be32 stamp; local
158 stamp = ind & qp->sq.wqe_cnt ? cpu_to_be32(0x7fffffff) :
162 *wqe = stamp;
1705 int uninitialized_var(stamp);
1849 * overwrite cacheline stamp last within each
1894 stamp = ind + qp->sq_spare_wqes;
1900 * only stamp here if there are still more WQEs to post.
1907 stamp_send_wqe(qp, stamp, size * 16);
1931 stamp_send_wqe(qp, stamp, siz
[all...]
/drivers/net/wireless/iwlegacy/
H A D3945.h71 unsigned long stamp; member in struct:il3945_rate_scale_data
H A Dcommon.h2920 unsigned long stamp; member in struct:il_rate_scale_data
/drivers/usb/gadget/
H A Dci13xxx_udc.c868 unsigned int stamp; local
874 stamp = tval.tv_sec & 0xFFFF; /* 2^32 = 4294967296. Limit to 4096s */
875 stamp = stamp * 1000000 + tval.tv_usec;
879 stamp, addr, name, status, extra);
887 stamp, addr, name, status, extra);
/drivers/usb/host/
H A Dehci.h365 unsigned stamp; member in struct:ehci_qh
H A Doxu210hp.h305 unsigned stamp; member in struct:ehci_qh
420 unsigned stamp; member in struct:oxu_hcd
/drivers/net/ethernet/intel/igb/
H A Digb_main.c570 u64 stamp = 0; local
579 stamp = rd32(E1000_SYSTIMR) >> 8;
583 stamp |= (u64)rd32(E1000_SYSTIML) << shift;
584 stamp |= (u64)rd32(E1000_SYSTIMH) << (shift + 32);
585 return stamp;
2330 * time stamp reading requires ~3us per sample, each sample
2373 * time stamp reading requires ~3us per sample, each sample
5711 * igb_tx_hwtstamp - utility function which checks for TX time stamp
5715 * If we were asked to do hardware stamping and such a time stamp is
5727 /* if skb does not support hw timestamp or TX stamp no
5980 u32 *stamp = (u32 *)skb->data; local
[all...]

Completed in 603 milliseconds