Searched refs:tsfdelta (Results 1 – 6 of 6) sorted by relevance
| /trueos/sys/dev/ath/ |
| HD | if_ath_tdma.c | 366 int32_t tudelta, tsfdelta; in ath_tdma_update() local 474 tsfdelta = (int32_t)((nextslot % TU_TO_TSF(HAL_BEACON_PERIOD + 1)) - nexttbtt); in ath_tdma_update() 490 tsfdelta, in ath_tdma_update() 493 if (tsfdelta < 0) { in ath_tdma_update() 495 TDMA_SAMPLE(sc->sc_avgtsfdeltam, -tsfdelta); in ath_tdma_update() 496 tsfdelta = -tsfdelta % 1024; in ath_tdma_update() 498 } else if (tsfdelta > 0) { in ath_tdma_update() 499 TDMA_SAMPLE(sc->sc_avgtsfdeltap, tsfdelta); in ath_tdma_update() 501 tsfdelta = 1024 - (tsfdelta % 1024); in ath_tdma_update() 527 t.tsfdelta = htobe32(tsfdelta); in ath_tdma_update() [all …]
|
| HD | if_ath_alq.h | 71 int32_t tsfdelta; member 80 int32_t tsfdelta; member
|
| /trueos/tools/tools/ath/athalq/ |
| HD | tdma.c | 76 (int) be32toh(t.tsfdelta), in ath_tdma_slot_calc() 93 (int) be32toh(t.tsfdelta), in ath_tdma_tsf_adjust()
|
| HD | ar5416_ds_tdma.c | 397 (int) be32toh(t.tsfdelta), in ath_tdma_slot_calc() 412 (int) be32toh(t.tsfdelta), in ath_tdma_tsf_adjust()
|
| /trueos/sys/dev/ath/ath_hal/ |
| HD | ah.c | 1359 ath_hal_adjusttsf(struct ath_hal *ah, int32_t tsfdelta) in ath_hal_adjusttsf() argument 1362 OS_REG_WRITE(ah, AR_TSF_L32, OS_REG_READ(ah, AR_TSF_L32) + tsfdelta); in ath_hal_adjusttsf()
|
| HD | ah.h | 1711 extern void __ahdecl ath_hal_adjusttsf(struct ath_hal *ah, int32_t tsfdelta);
|