Home
last modified time | relevance | path

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

/netbsd/sys/dev/ic/
H A Dathn.c1972 uint32_t tsfhi, tsflo, tsftu, reg; in athn_set_sta_timers() local
1976 tsfhi = AR_READ(sc, AR_TSF_U32); in athn_set_sta_timers()
1978 tsftu = AR_TSF_TO_TU(tsfhi, tsflo) + AR_FUDGE; in athn_set_sta_timers()
2187 uint32_t reg, def_ant, sta_id1, cfg_led, tsflo, tsfhi; in athn_hw_reset() local
2215 tsfhi = AR_READ(sc, AR_TSF_U32); in athn_hw_reset()
2221 tsfhi = tsflo = 0; /* XXX: gcc */ in athn_hw_reset()
2258 AR_WRITE(sc, AR_TSF_U32, tsfhi); in athn_hw_reset()