Searched refs:txFrameCount (Results 1 – 3 of 3) sorted by relevance
760 uint32_t txFrameCount, rxFrameCount, cycleCount; in ar5416AniGetListenTime() local763 txFrameCount = OS_REG_READ(ah, AR_TFCNT); in ar5416AniGetListenTime()779 int32_t tfdelta = txFrameCount - aniState->txFrameCount; in ar5416AniGetListenTime()783 aniState->txFrameCount = txFrameCount; in ar5416AniGetListenTime()
878 uint32_t txFrameCount, rxFrameCount, cycleCount; in ar5212AniGetListenTime() local881 txFrameCount = OS_REG_READ(ah, AR_TFCNT); in ar5212AniGetListenTime()897 int32_t tfdelta = txFrameCount - aniState->txFrameCount; in ar5212AniGetListenTime()901 aniState->txFrameCount = txFrameCount; in ar5212AniGetListenTime()
191 uint32_t txFrameCount; /* Last txFrameCount */ member