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

/freebsd-11-stable/sys/dev/ral/
H A Drt2661.c1058 uint32_t tsf_lo, tsf_hi; local
1062 tsf_lo = RAL_READ(sc, RT2661_TXRX_CSR12);
1065 htole64(((uint64_t)tsf_hi << 32) | tsf_lo);
H A Drt2560.c1180 uint32_t tsf_lo, tsf_hi; local
1184 tsf_lo = RAL_READ(sc, RT2560_CSR16);
1187 htole64(((uint64_t)tsf_hi << 32) | tsf_lo);
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_uath.c2600 uint32_t tsf_lo = be32toh(desc->tstamp_low); local
2603 tap->wr_tsf = htole64(((uint64_t)tsf_hi << 32) | tsf_lo);

Completed in 78 milliseconds