Searched refs:tsfdelta (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/sys/dev/ath/
H A Dif_ath_tdma.c367 int32_t tudelta, tsfdelta; local
463 * value, tsfdelta ends up becoming very negative and all
476 tsfdelta = (int32_t)((nextslot % TU_TO_TSF(HAL_BEACON_PERIOD + 1)) - nexttbtt);
492 "nexttbtt %llu (0x%08llx) tsfdelta %d avg +%d/-%d\n",
495 tsfdelta,
498 if (tsfdelta < 0) {
500 TDMA_SAMPLE(sc->sc_avgtsfdeltam, -tsfdelta);
501 tsfdelta = -tsfdelta % 1024;
503 } else if (tsfdelta >
[all...]
H A Dif_ath_alq.h71 int32_t tsfdelta; member in struct:if_ath_alq_tdma_slot_calc
80 int32_t tsfdelta; member in struct:if_ath_alq_tdma_tsf_adjust
/freebsd-current/tools/tools/ath/athalq/
H A Dtdma.c68 "tsfdelta=%d avg (%d/%d)\n",
74 (int) be32toh(t.tsfdelta),
91 (int) be32toh(t.tsfdelta),
H A Dar5416_ds_tdma.c390 printf("[%u] [%llu] SLOTCALC: NEXTTBTT=%llu nextslot=%llu tsfdelta=%d avg (%d/%d)\n",
395 (int) be32toh(t.tsfdelta),
410 (int) be32toh(t.tsfdelta),
/freebsd-current/sys/dev/ath/ath_hal/
H A Dah.c1468 ath_hal_adjusttsf(struct ath_hal *ah, int32_t tsfdelta) argument
1471 OS_REG_WRITE(ah, AR_TSF_L32, OS_REG_READ(ah, AR_TSF_L32) + tsfdelta);
H A Dah.h1672 extern void __ahdecl ath_hal_adjusttsf(struct ath_hal *ah, int32_t tsfdelta);

Completed in 103 milliseconds