g_current 2149 dev/ic/ar5212.c hal->ah_gain.g_current =
g_current 2154 dev/ic/ar5212.c hal->ah_gain.g_current += AR5K_GAIN_CCK_PROBE_CORR;
g_current 2158 dev/ic/ar5212.c hal->ah_gain.g_current =
g_current 2159 dev/ic/ar5212.c hal->ah_gain.g_current >= hal->ah_gain.g_f_corr ?
g_current 2160 dev/ic/ar5212.c (hal->ah_gain.g_current - hal->ah_gain.g_f_corr) :
g_current 1417 dev/ic/ar5xxx.c return ((hal->ah_gain.g_current >= level[0] &&
g_current 1418 dev/ic/ar5xxx.c hal->ah_gain.g_current <= level[1]) ||
g_current 1419 dev/ic/ar5xxx.c (hal->ah_gain.g_current >= level[2] &&
g_current 1420 dev/ic/ar5xxx.c hal->ah_gain.g_current <= level[3]));
g_current 1434 dev/ic/ar5xxx.c if (hal->ah_gain.g_current >= hal->ah_gain.g_high) {
g_current 1437 dev/ic/ar5xxx.c for (hal->ah_gain.g_target = hal->ah_gain.g_current;
g_current 1451 dev/ic/ar5xxx.c if (hal->ah_gain.g_current <= hal->ah_gain.g_low) {
g_current 1454 dev/ic/ar5xxx.c for (hal->ah_gain.g_target = hal->ah_gain.g_current;
g_current 1473 dev/ic/ar5xxx.c hal->ah_gain.g_current,
g_current 561 dev/ic/ar5xxx.h ((_g)->g_current <= (_g)->g_low || (_g)->g_current >= (_g)->g_high)
g_current 576 dev/ic/ar5xxx.h u_int32_t g_current;