Home
last modified time | relevance | path

Searched refs:tsf_hi (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/dev/iwlwifi/fw/
H A Ddump.c43 u32 tsf_hi; /* network timestamp function timer */ member
246 IWL_ERR(fwrt, "0x%08X | tsf hi\n", table.tsf_hi); in iwl_fwrt_dump_lmac_error_log()
/freebsd/sys/dev/ral/
H A Drt2560.c1174 uint32_t tsf_lo, tsf_hi; in rt2560_decryption_intr() local
1177 tsf_hi = RAL_READ(sc, RT2560_CSR17); in rt2560_decryption_intr()
1181 htole64(((uint64_t)tsf_hi << 32) | tsf_lo); in rt2560_decryption_intr()
H A Drt2661.c1052 uint32_t tsf_lo, tsf_hi; in rt2661_rx_intr() local
1055 tsf_hi = RAL_READ(sc, RT2661_TXRX_CSR13); in rt2661_rx_intr()
1059 htole64(((uint64_t)tsf_hi << 32) | tsf_lo); in rt2661_rx_intr()
/freebsd/sys/dev/usb/wlan/
H A Dif_uath.c2678 uint32_t tsf_hi = be32toh(desc->tstamp_high); in uath_data_rxeof() local
2682 tap->wr_tsf = htole64(((uint64_t)tsf_hi << 32) | tsf_lo); in uath_data_rxeof()
/freebsd/sys/dev/iwm/
H A Dif_iwm.c5020 uint32_t tsf_hi; /* network timestamp function timer */ member
5217 device_printf(sc->sc_dev, "%08X | tsf hi\n", table.tsf_hi); in iwm_nic_error()