tsfth 2427 dev/ic/atw.c atw_last_even_tsft(uint32_t tsfth, uint32_t tsftl, uint32_t ival) tsfth 2442 dev/ic/atw.c return ((0xFFFFFFFF % ival + 1) * tsfth + tsftl) % ival; tsfth 2449 dev/ic/atw.c uint32_t tsfth, tsftl; tsfth 2451 dev/ic/atw.c tsfth = ATW_READ(sc, ATW_TSFTH); tsfth 2453 dev/ic/atw.c if (ATW_READ(sc, ATW_TSFTH) == tsfth) tsfth 2456 dev/ic/atw.c return ((uint64_t)tsfth << 32) | tsftl; tsfth 2472 dev/ic/atw.c uint32_t ival, past_even, tbtt, tsfth, tsftl; tsfth 2493 dev/ic/atw.c tsfth = tsft >> 32; tsfth 2498 dev/ic/atw.c past_even = tsftl - atw_last_even_tsft(tsfth, tsftl, ival); tsfth 1515 dev/ic/rtw.c uint32_t tsfth, tsftl; tsfth 1521 dev/ic/rtw.c tsfth = RTW_READ(&sc->sc_regs, RTW_TSFTRH); tsfth 1530 dev/ic/rtw.c tdb->tdb_next, (uint64_t)tsfth << 32 | tsftl)); tsfth 1544 dev/ic/rtw.c (uint64_t)tsfth << 32 | tsftl)); tsfth 3525 dev/ic/rtw.c u_int32_t tsftl, tsfth; tsfth 3527 dev/ic/rtw.c tsfth = RTW_READ(regs, RTW_TSFTRH); tsfth 3530 dev/ic/rtw.c tsfth--; tsfth 3531 dev/ic/rtw.c return ((u_int64_t)tsfth << 32) | rstamp;