Home | History | Annotate | Download | only in usb

Lines Matching defs:tsf

1769 	uint64_t tsf;
1775 /* Enable TSF synchronization. */
1779 /* Correct TSF */
1783 /* Set initial TSF. */
1784 tsf = ni->ni_tstamp.tsf;
1785 tsf = le64toh(tsf);
1786 tsf = tsf - (tsf % (ni->ni_intval * IEEE80211_DUR_TU));
1787 tsf -= IEEE80211_DUR_TU;
1788 urtwn_write_4(sc, R92C_TSFTR + 0, (uint32_t)tsf);
1789 urtwn_write_4(sc, R92C_TSFTR + 4, (uint32_t)(tsf >> 32));
2001 /* Reset TSF. */
2004 /* Disable TSF synchronization. */
2066 /* Disable update TSF */
2176 /* Enable TSF synchronization. */
2189 /* Reset TSF timer to zero. */