Lines Matching defs:tsfth
1864 uint32_t tsfth, tsftl;
1873 tsfth = RTW_READ(&sc->sc_regs, RTW_TSFTRH);
1883 tdb->tdb_next, (uint64_t)tsfth << 32 | tsftl));
1886 __USE(tsfth);
1900 (uint64_t)tsfth << 32 | tsftl));
1950 "rsvd1/tsfth %08x\n", __func__,
3724 uint32_t tsftl, tsfth;
3726 tsfth = RTW_READ(regs, RTW_TSFTRH);
3729 tsfth--;
3730 return ((uint64_t)tsfth << 32) | rstamp;