HomeSort by: relevance | last modified time | path
    Searched defs:tsf_lo (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
rt2661.c 1117 uint32_t tsf_lo, tsf_hi; local in function:rt2661_rx_intr
1121 tsf_lo = RAL_READ(sc, RT2661_TXRX_CSR12);
1124 htole64(((uint64_t)tsf_hi << 32) | tsf_lo);
rt2560.c 1329 uint32_t tsf_lo, tsf_hi; local in function:rt2560_decryption_intr
1333 tsf_lo = RAL_READ(sc, RT2560_CSR16);
1336 htole64(((uint64_t)tsf_hi << 32) | tsf_lo);

Completed in 14 milliseconds