Home
last modified time | relevance | path

Searched refs:txFrameCount (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/external/isc/atheros_hal/dist/ar5416/
H A Dar5416_ani.c760 uint32_t txFrameCount, rxFrameCount, cycleCount; in ar5416AniGetListenTime() local
763 txFrameCount = OS_REG_READ(ah, AR_TFCNT); in ar5416AniGetListenTime()
779 int32_t tfdelta = txFrameCount - aniState->txFrameCount; in ar5416AniGetListenTime()
783 aniState->txFrameCount = txFrameCount; in ar5416AniGetListenTime()
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5212_ani.c878 uint32_t txFrameCount, rxFrameCount, cycleCount; in ar5212AniGetListenTime() local
881 txFrameCount = OS_REG_READ(ah, AR_TFCNT); in ar5212AniGetListenTime()
897 int32_t tfdelta = txFrameCount - aniState->txFrameCount; in ar5212AniGetListenTime()
901 aniState->txFrameCount = txFrameCount; in ar5212AniGetListenTime()
H A Dar5212.h191 uint32_t txFrameCount; /* Last txFrameCount */ member