Searched refs:AR_TFCNT (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/contrib/dev/athk/ |
H A D | hw.c | 154 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 D | reg.h | 37 #define AR_TFCNT 0x80ec macro
|
/freebsd/tools/tools/ath/common/ |
H A D | dumpregs_5212.c | 319 DEFBASIC(AR_TFCNT, "TFCNT"),
|
H A D | dumpregs_5416.c | 354 DEFBASIC(AR_TFCNT, "TFCNT"),
|
/freebsd/sys/dev/ath/ath_hal/ar5212/ |
H A D | ar5212reg.h | 295 #define AR_TFCNT 0x80ec /* Profile count, transmit frames */ macro
|
H A D | ar5212_misc.c | 1422 uint32_t tf = OS_REG_READ(ah, AR_TFCNT); in ar5212GetMibCycleCounts()
|
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300_misc.c | 1129 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 D | ar9300_ani.c | 1112 tx_frame_count = OS_REG_READ(ah, AR_TFCNT); in ar9300_ani_get_listen_time()
|
H A D | ar9300reg.h | 1676 #define AR_TFCNT AR_MAC_PCU_OFFSET(MAC_PCU_TX_FRAME_CNT) macro
|
H A D | ar9300_paprd.c | 2318 return OS_REG_READ(ah, AR_TFCNT); in ar9300_paprd_thermal_send()
|
/freebsd/sys/dev/ath/ath_hal/ar5416/ |
H A D | ar5416_misc.c | 225 uint32_t tf = OS_REG_READ(ah, AR_TFCNT); in ar5416GetMibCycleCounts()
|