Home
last modified time | relevance | path

Searched refs:SAVE_CCK (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c173 SAVE_CCK(ah, chan, isBmode); in ar5212Reset()
993 SAVE_CCK(ah, chan, isBmode); in ar5212PerCalibrationN()
1993 SAVE_CCK(ah, &dummy, isBmode); in ar5212SetTxPowerLimit()
H A Dar5212.h414 #define SAVE_CCK(_ah, _chan, _flag) do { \ macro