Home
last modified time | relevance | path

Searched refs:TDMA_AVG (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/ath/
H A Dif_ath_tdma.c496 TDMA_AVG(sc->sc_avgtsfdeltap), TDMA_AVG(sc->sc_avgtsfdeltam)); in ath_tdma_update()
533 t.avg_plus = htobe32(TDMA_AVG(sc->sc_avgtsfdeltap)); in ath_tdma_update()
534 t.avg_minus = htobe32(TDMA_AVG(sc->sc_avgtsfdeltam)); in ath_tdma_update()
H A Dif_ath_ioctl.c259 sc->sc_stats.ast_tdma_tsfadjp = TDMA_AVG(sc->sc_avgtsfdeltap); in ath_ioctl()
260 sc->sc_stats.ast_tdma_tsfadjm = TDMA_AVG(sc->sc_avgtsfdeltam); in ath_ioctl()
H A Dif_ath_tdma.h47 #define TDMA_AVG(x) TDMA_EP_RND(x, TDMA_EP_MULTIPLIER) macro