Home
last modified time | relevance | path

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

/dragonfly/tools/tools/ath/common/
H A Ddumpregs_5212.c320 DEFBASIC(AR_TFCNT, "TFCNT"),
H A Ddumpregs_5416.c353 DEFBASIC(AR_TFCNT, "TFCNT"),
/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar5212reg.h295 #define AR_TFCNT 0x80ec /* Profile count, transmit frames */ macro
H A Dar5212_misc.c1423 uint32_t tf = OS_REG_READ(ah, AR_TFCNT); in ar5212GetMibCycleCounts()
/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_misc.c1081 tf = OS_REG_READ(ah, AR_TFCNT); in ar9300_print_reg()
1581 u_int32_t tf = OS_REG_READ(ah, AR_TFCNT); in ar9300_get_mib_cycle_counts_pct()
2066 p_cnts->tx_frame_count = OS_REG_READ(ah, AR_TFCNT); in ar9300_get_mib_cycle_counts()
2070 p_cnts->is_tx_active = (OS_REG_READ(ah, AR_TFCNT) == in ar9300_get_mib_cycle_counts()
3071 p_stats->tx_frame_count = OS_REG_READ(ah, AR_TFCNT);
H A Dar9300_ani.c1067 tx_frame_count = OS_REG_READ(ah, AR_TFCNT); in ar9300_ani_get_listen_time()
H A Dar9300reg.h1675 #define AR_TFCNT AR_MAC_PCU_OFFSET(MAC_PCU_TX_FRAME_CNT) macro
H A Dar9300_paprd.c2319 return OS_REG_READ(ah, AR_TFCNT); in ar9300_paprd_thermal_send()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5416/
H A Dar5416_misc.c225 uint32_t tf = OS_REG_READ(ah, AR_TFCNT); in ar5416GetMibCycleCounts()