HomeSort by: relevance | last modified time | path
    Searched refs:txFrameCount (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_ani.c 878 uint32_t txFrameCount, rxFrameCount, cycleCount;
881 txFrameCount = OS_REG_READ(ah, AR_TFCNT);
897 int32_t tfdelta = txFrameCount - aniState->txFrameCount;
901 aniState->txFrameCount = txFrameCount;
ar5212.h 191 uint32_t txFrameCount; /* Last txFrameCount */
  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar5416_ani.c 760 uint32_t txFrameCount, rxFrameCount, cycleCount;
763 txFrameCount = OS_REG_READ(ah, AR_TFCNT);
779 int32_t tfdelta = txFrameCount - aniState->txFrameCount;
783 aniState->txFrameCount = txFrameCount;

Completed in 13 milliseconds