Searched refs:tsfhi (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/sys/dev/ic/ |
| D | athn.c | 2031 uint32_t tsfhi, tsflo, tsftu, reg; in athn_set_sta_timers() local 2035 tsfhi = AR_READ(sc, AR_TSF_U32); in athn_set_sta_timers() 2037 tsftu = AR_TSF_TO_TU(tsfhi, tsflo) + AR_FUDGE; in athn_set_sta_timers() 2244 uint32_t reg, def_ant, sta_id1, cfg_led, tsflo, tsfhi; in athn_hw_reset() local 2272 tsfhi = AR_READ(sc, AR_TSF_U32); in athn_hw_reset() 2313 AR_WRITE(sc, AR_TSF_U32, tsfhi); in athn_hw_reset()
|