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

/freebsd-10.0-release/tools/tools/ath/common/
H A Ddumpregs_5212.c320 DEFBASIC(AR_TFCNT, "TFCNT"),
H A Ddumpregs_5416.c355 DEFBASIC(AR_TFCNT, "TFCNT"),
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_misc.c225 uint32_t tf = OS_REG_READ(ah, AR_TFCNT);
/freebsd-10.0-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_misc.c1014 tf = OS_REG_READ(ah, AR_TFCNT);
1020 "AR_TFCNT Diff= 0x%x\n", tf - ahp->last_tf);
1492 u_int32_t tf = OS_REG_READ(ah, AR_TFCNT);
1977 p_cnts->tx_frame_count = OS_REG_READ(ah, AR_TFCNT);
1981 p_cnts->is_tx_active = (OS_REG_READ(ah, AR_TFCNT) ==
2984 p_stats->tx_frame_count = OS_REG_READ(ah, AR_TFCNT);
H A Dar9300_ani.c1062 tx_frame_count = OS_REG_READ(ah, AR_TFCNT);
H A Dar9300_paprd.c2318 return OS_REG_READ(ah, AR_TFCNT);
H A Dar9300reg.h1675 #define AR_TFCNT AR_MAC_PCU_OFFSET(MAC_PCU_TX_FRAME_CNT) macro
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212reg.h295 #define AR_TFCNT 0x80ec /* Profile count, transmit frames */ macro
H A Dar5212_misc.c1419 uint32_t tf = OS_REG_READ(ah, AR_TFCNT);

Completed in 196 milliseconds