Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/dev/athk/
HDhw.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()
HDreg.h37 #define AR_TFCNT 0x80ec macro
/freebsd-14-stable/tools/tools/ath/common/
HDdumpregs_5212.c319 DEFBASIC(AR_TFCNT, "TFCNT"),
HDdumpregs_5416.c354 DEFBASIC(AR_TFCNT, "TFCNT"),
/freebsd-14-stable/sys/dev/ath/ath_hal/ar5212/
HDar5212reg.h295 #define AR_TFCNT 0x80ec /* Profile count, transmit frames */ macro
HDar5212_misc.c1422 uint32_t tf = OS_REG_READ(ah, AR_TFCNT); in ar5212GetMibCycleCounts()
/freebsd-14-stable/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_misc.c1102 tf = OS_REG_READ(ah, AR_TFCNT); in ar9300_print_reg()
1606 u_int32_t tf = OS_REG_READ(ah, AR_TFCNT); in ar9300_get_mib_cycle_counts_pct()
2091 p_cnts->tx_frame_count = OS_REG_READ(ah, AR_TFCNT); in ar9300_get_mib_cycle_counts()
2095 p_cnts->is_tx_active = (OS_REG_READ(ah, AR_TFCNT) == in ar9300_get_mib_cycle_counts()
3100 p_stats->tx_frame_count = OS_REG_READ(ah, AR_TFCNT);
HDar9300_ani.c1112 tx_frame_count = OS_REG_READ(ah, AR_TFCNT); in ar9300_ani_get_listen_time()
HDar9300reg.h1676 #define AR_TFCNT AR_MAC_PCU_OFFSET(MAC_PCU_TX_FRAME_CNT) macro
HDar9300_paprd.c2318 return OS_REG_READ(ah, AR_TFCNT); in ar9300_paprd_thermal_send()
/freebsd-14-stable/sys/dev/ath/ath_hal/ar5416/
HDar5416_misc.c225 uint32_t tf = OS_REG_READ(ah, AR_TFCNT); in ar5416GetMibCycleCounts()