Home
last modified time | relevance | path

Searched refs:tsf_lo (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/ral/
H A Drt2661.c1052 uint32_t tsf_lo, tsf_hi; in rt2661_rx_intr() local
1056 tsf_lo = RAL_READ(sc, RT2661_TXRX_CSR12); in rt2661_rx_intr()
1059 htole64(((uint64_t)tsf_hi << 32) | tsf_lo); in rt2661_rx_intr()
H A Drt2560.c1174 uint32_t tsf_lo, tsf_hi; in rt2560_decryption_intr() local
1178 tsf_lo = RAL_READ(sc, RT2560_CSR16); in rt2560_decryption_intr()
1181 htole64(((uint64_t)tsf_hi << 32) | tsf_lo); in rt2560_decryption_intr()
/freebsd/sys/dev/usb/wlan/
H A Dif_uath.c2686 uint32_t tsf_lo = be32toh(desc->tstamp_low); in uath_data_rxeof() local
2689 tap->wr_tsf = htole64(((uint64_t)tsf_hi << 32) | tsf_lo); in uath_data_rxeof()