Searched refs:tsf (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/bcm43xx/
H A Dbcm43xx_main.h96 void bcm43xx_tsf_read(struct bcm43xx_private *bcm, u64 *tsf);
97 void bcm43xx_tsf_write(struct bcm43xx_private *bcm, u64 tsf);
H A Dbcm43xx_debugfs.c192 u64 tsf; local
201 bcm43xx_tsf_read(bcm, &tsf);
203 (unsigned int)((tsf & 0xFFFFFFFF00000000ULL) >> 32),
204 (unsigned int)(tsf & 0xFFFFFFFFULL));
222 u64 tsf; local
237 if (sscanf(buf, "%lli", &tsf) != 1) {
238 printk(KERN_INFO PFX "debugfs: invalid values for \"tsf\"\n");
242 bcm43xx_tsf_write(bcm, tsf);
436 e->dentry_tsf = debugfs_create_file("tsf", 0666, e->subdir,
439 printk(KERN_ERR PFX "debugfs: creating \"tsf\" fo
[all...]
H A Dbcm43xx_main.c262 void bcm43xx_tsf_read(struct bcm43xx_private *bcm, u64 *tsf) argument
266 * In theory, the whole tsf read process should be atomic.
279 *tsf = high;
280 *tsf <<= 32;
281 *tsf |= low;
298 *tsf = v3;
299 *tsf <<= 48;
302 *tsf |= tmp;
305 *tsf |= tmp;
306 *tsf |
310 bcm43xx_tsf_write(struct bcm43xx_private *bcm, u64 tsf) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/ttpci/
H A Dav7110.h186 u8 tsf; member in struct:av7110
H A Dav7110.c1175 budget->tsf = 0xff;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/mac80211/
H A Dieee80211_sta.c1382 u64 tsf; local
1384 tsf = local->ops->get_tsf(local_to_hw(local));
1386 tsf = -1LLU;
1392 (unsigned long long)tsf,
1394 (unsigned long long)(tsf - timestamp),
2893 sprintf(buf, "tsf=%016llx", (unsigned long long)(bss->timestamp));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dieee80211.h381 u64 tsf; member in struct:ieee80211_rx_stats
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/common/include/proto/
H A D802.11.h1710 uint8 tsf[8]; /* Time Synchronization Function */ member in struct:dot11_timbc
2666 uint8 tsf[8]; member in struct:dot11_ngbr_bss_term_dur_se
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/proto/
H A D802.11.h1710 uint8 tsf[8]; /* Time Synchronization Function */ member in struct:dot11_timbc
2666 uint8 tsf[8]; member in struct:dot11_ngbr_bss_term_dur_se

Completed in 257 milliseconds