Home
last modified time | relevance | path

Searched refs:AR_CCCNT (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/contrib/dev/athk/
H A Dhw.c151 cycles = REG_READ(ah, AR_CCCNT); in ath_hw_cycle_counters_update()
157 REG_WRITE(ah, AR_CCCNT, 0); in ath_hw_cycle_counters_update()
H A Dreg.h40 #define AR_CCCNT 0x80f8 macro
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_misc.c226 uint32_t cc = OS_REG_READ(ah, AR_CCCNT); /* read cycles last */ in ar5416GetMibCycleCounts()
288 cycleCount = OS_REG_READ(ah, AR_CCCNT); in ar5416Get11nExtBusy()
/freebsd/tools/tools/ath/common/
H A Ddumpregs_5212.c322 DEFBASIC(AR_CCCNT, "CCCNT"),
H A Ddumpregs_5416.c357 DEFBASIC(AR_CCCNT, "CCCNT"),
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212reg.h298 #define AR_CCCNT 0x80f8 /* Profile count, cycle counter */ macro
H A Dar5212_misc.c1423 uint32_t cc = OS_REG_READ(ah, AR_CCCNT); /* read cycles last */ in ar5212GetMibCycleCounts()
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_misc.c1132 cc = OS_REG_READ(ah, AR_CCCNT); in ar9300_print_reg()
1634 u_int32_t cc = OS_REG_READ(ah, AR_CCCNT); /* read cycles last */ in ar9300_get_mib_cycle_counts_pct()
1694 cycle_count = OS_REG_READ(ah, AR_CCCNT); in ar9300_get_11n_ext_busy()
2121 p_cnts->cycle_count = OS_REG_READ(ah, AR_CCCNT); in ar9300_get_mib_cycle_counts()
3136 p_stats->cycle_count = OS_REG_READ(ah, AR_CCCNT);
H A Dar9300_ani.c1116 cycle_count = OS_REG_READ(ah, AR_CCCNT); in ar9300_ani_get_listen_time()
H A Dar9300reg.h1682 #define AR_CCCNT AR_MAC_PCU_OFFSET(MAC_PCU_CYCLE_CNT) macro