Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/
H A Dhw.c154 tx = REG_READ(ah, AR_TFCNT); in ath_hw_cycle_counters_update()
160 REG_WRITE(ah, AR_TFCNT, 0); in ath_hw_cycle_counters_update()
H A Dreg.h37 #define AR_TFCNT 0x80ec macro
/freebsd/tools/tools/ath/common/
H A Ddumpregs_5212.c319 DEFBASIC(AR_TFCNT, "TFCNT"),
H A Ddumpregs_5416.c354 DEFBASIC(AR_TFCNT, "TFCNT"),
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212reg.h295 #define AR_TFCNT 0x80ec /* Profile count, transmit frames */ macro
H A Dar5212_misc.c1422 uint32_t tf = OS_REG_READ(ah, AR_TFCNT); in ar5212GetMibCycleCounts()
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_misc.c1129 tf = OS_REG_READ(ah, AR_TFCNT); in ar9300_print_reg()
1633 u_int32_t tf = OS_REG_READ(ah, AR_TFCNT); in ar9300_get_mib_cycle_counts_pct()
2118 p_cnts->tx_frame_count = OS_REG_READ(ah, AR_TFCNT); in ar9300_get_mib_cycle_counts()
2122 p_cnts->is_tx_active = (OS_REG_READ(ah, AR_TFCNT) == in ar9300_get_mib_cycle_counts()
3127 p_stats->tx_frame_count = OS_REG_READ(ah, AR_TFCNT);
H A Dar9300_ani.c1112 tx_frame_count = OS_REG_READ(ah, AR_TFCNT); in ar9300_ani_get_listen_time()
H A Dar9300reg.h1676 #define AR_TFCNT AR_MAC_PCU_OFFSET(MAC_PCU_TX_FRAME_CNT) macro
H A Dar9300_paprd.c2318 return OS_REG_READ(ah, AR_TFCNT); in ar9300_paprd_thermal_send()
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_misc.c225 uint32_t tf = OS_REG_READ(ah, AR_TFCNT); in ar5416GetMibCycleCounts()