HomeSort by: relevance | last modified time | path
    Searched refs:tsf_hi (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
rt2560.c 1329 uint32_t tsf_lo, tsf_hi; local
1332 tsf_hi = RAL_READ(sc, RT2560_CSR17);
1336 htole64(((uint64_t)tsf_hi << 32) | tsf_lo);
rt2661.c 1117 uint32_t tsf_lo, tsf_hi; local
1120 tsf_hi = RAL_READ(sc, RT2661_TXRX_CSR13);
1124 htole64(((uint64_t)tsf_hi << 32) | tsf_lo);
  /src/sys/dev/pci/
if_iwm.c 8094 uint32_t tsf_hi; /* network timestamp function timer */ member in struct:iwm_error_event_table
8249 device_printf(sc->sc_dev, "%08X | tsf hi\n", t.tsf_hi);

Completed in 42 milliseconds