nexttbtt 1056 dev/ic/ar5xxx.h _t void (_a _n##_init_beacon)(struct ath_hal *, u_int32_t nexttbtt, \
nexttbtt 1466 dev/ic/ath.c u_int32_t nexttbtt, intval;
nexttbtt 1468 dev/ic/ath.c nexttbtt = (LE_READ_4(ni->ni_tstamp + 4) << 22) |
nexttbtt 1471 dev/ic/ath.c if (nexttbtt == 0) { /* e.g. for ap mode */
nexttbtt 1472 dev/ic/ath.c nexttbtt = intval;
nexttbtt 1474 dev/ic/ath.c nexttbtt = roundup(nexttbtt, intval);
nexttbtt 1477 dev/ic/ath.c __func__, ni->ni_intval, nexttbtt));
nexttbtt 1485 dev/ic/ath.c bs.bs_nexttbtt = nexttbtt;
nexttbtt 1487 dev/ic/ath.c bs.bs_nextdtim = nexttbtt;
nexttbtt 1536 dev/ic/ath.c if (nexttbtt == intval)
nexttbtt 1557 dev/ic/ath.c ath_hal_init_beacon(ah, nexttbtt, intval);