Searched refs:tsf_hi (Results 1 – 5 of 5) sorted by relevance
43 u32 tsf_hi; /* network timestamp function timer */ member 245 IWL_ERR(fwrt, "0x%08X | tsf hi\n", table.tsf_hi); in iwl_fwrt_dump_lmac_error_log()
1052 uint32_t tsf_lo, tsf_hi; in rt2661_rx_intr() local1055 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()
1174 uint32_t tsf_lo, tsf_hi; in rt2560_decryption_intr() local1177 tsf_hi = RAL_READ(sc, RT2560_CSR17); in rt2560_decryption_intr()1181 htole64(((uint64_t)tsf_hi << 32) | tsf_lo); in rt2560_decryption_intr()
2685 uint32_t tsf_hi = be32toh(desc->tstamp_high); in uath_data_rxeof() local2689 tap->wr_tsf = htole64(((uint64_t)tsf_hi << 32) | tsf_lo); in uath_data_rxeof()
5071 uint32_t tsf_hi; /* network timestamp function timer */ member5268 device_printf(sc->sc_dev, "%08X | tsf hi\n", table.tsf_hi); in iwm_nic_error()