Lines Matching defs:tsf
1176 uint64_t tsf;
1180 /* Enable TSF synchronization. */
1187 /* Set initial TSF. */
1188 tsf = ni->ni_tstamp.tsf;
1189 tsf = le64toh(tsf);
1190 tsf = tsf - (tsf % (ni->ni_intval * IEEE80211_DUR_TU));
1191 tsf -= IEEE80211_DUR_TU;
1192 rtwn_write_4(sc, R92C_TSFTR + 0, (uint32_t)tsf);
1193 rtwn_write_4(sc, R92C_TSFTR + 4, (uint32_t)(tsf >> 32));
1343 /* Rest TSF. */
1346 /* Disable TSF synchronization. */
1394 /* Disable update TSF */
1503 /* Enable TSF synchronization. */
1515 /* Reset TSF timer to zero. */