Searched refs:tsf_hi (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/dev/ral/
H A Drt2661.c1083 uint32_t tsf_lo, tsf_hi; local
1086 tsf_hi = RAL_READ(sc, RT2661_TXRX_CSR13);
1090 htole64(((uint64_t)tsf_hi << 32) | tsf_lo);
H A Drt2560.c1209 uint32_t tsf_lo, tsf_hi; local
1212 tsf_hi = RAL_READ(sc, RT2560_CSR17);
1216 htole64(((uint64_t)tsf_hi << 32) | tsf_lo);
/freebsd-9.3-release/sys/dev/usb/wlan/
H A Dif_uath.c2691 uint32_t tsf_hi = be32toh(desc->tstamp_high); local
2695 tap->wr_tsf = htole64(((uint64_t)tsf_hi << 32) | tsf_lo);

Completed in 187 milliseconds