Searched refs:tsf (Results 1 – 11 of 11) sorted by relevance
| /f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/ |
| H A D | ar9300_timer.c | 61 ar9300_alloc_generic_timer(struct ath_hal *ah, HAL_GEN_TIMER_DOMAIN tsf) in ar9300_alloc_generic_timer() argument 67 if (tsf == HAL_GEN_TIMER_TSF) { in ar9300_alloc_generic_timer() 82 if ((tsf == HAL_GEN_TIMER_TSF2) && !ahp->ah_enable_tsf2) { in ar9300_alloc_generic_timer()
|
| H A D | ar9300_misc.c | 311 u_int64_t tsf; in ar9300_get_tsf64() local 314 tsf = OS_REG_READ(ah, AR_TSF_U32); in ar9300_get_tsf64() 315 tsf = (tsf << 32) | OS_REG_READ(ah, AR_TSF_L32); in ar9300_get_tsf64() 316 return tsf; in ar9300_get_tsf64() 320 ar9300_set_tsf64(struct ath_hal *ah, u_int64_t tsf) in ar9300_set_tsf64() argument 322 OS_REG_WRITE(ah, AR_TSF_L32, (tsf & 0xffffffff)); in ar9300_set_tsf64() 323 OS_REG_WRITE(ah, AR_TSF_U32, ((tsf >> 32) & 0xffffffff)); in ar9300_set_tsf64() 618 u_int32_t tsf = 0, j, next_start_us = 0; in ar9300_set_quiet() local 622 tsf = OS_REG_READ(ah, AR_TSF_L32); in ar9300_set_quiet() 624 next_start_us += tsf; in ar9300_set_quiet() [all …]
|
| H A D | ar9300_freebsd.h | 29 uint64_t tsf, struct ath_rx_status *rxs);
|
| H A D | ar9300_recv_ds.c | 200 u_int32_t pa, struct ath_desc *nds, u_int64_t tsf, in ar9300_proc_rx_desc() argument
|
| H A D | ar9300_freebsd.c | 692 uint32_t pa, struct ath_desc *ds_next, uint64_t tsf, in ar9300_proc_rx_desc_freebsd() argument
|
| H A D | ar9300_stub_funcs.c | 757 uint32_t a, struct ath_desc *desc, uint64_t tsf, in ar9300_Stub_ProcRxDesc() argument
|
| H A D | ar9300.h | 1277 extern void ar9300_set_tsf64(struct ath_hal *ah, u_int64_t tsf); 1547 extern int ar9300_alloc_generic_timer(struct ath_hal *ah, HAL_GEN_TIMER_DOMAIN tsf);
|
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_tdma.c | 592 uint32_t rstamp = (uint32_t) le64toh(rs->tsf); in tdma_process_params() 612 le64toh(ni->ni_tstamp.tsf) > vap->iv_bss->ni_tstamp.tsf) { in tdma_process_params() 622 (unsigned long long) le64toh(ni->ni_tstamp.tsf), in tdma_process_params() 623 vap->iv_bss->ni_tstamp.tsf); in tdma_process_params()
|
| H A D | ieee80211_scan.h | 273 u_int64_t tsf; member
|
| H A D | ieee80211_node.h | 193 u_int64_t tsf; member
|
| H A D | ieee80211_node.c | 926 ni->ni_tstamp.tsf = se->se_tstamp.tsf; in ieee80211_sta_join()
|