HomeSort by: relevance | last modified time | path
    Searched defs:gStep (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_rfgain.c 125 uint32_t gStep, g, mixOvr;
140 gStep = ar5212GetRfField(ar5212GetRfBank(ah, 7), 6, 37, 0);
143 L2 = (gStep == 0x3f) ? 50 : gStep + 4;
144 L3 = (gStep != 0x3f) ? 0x40 : L1;
147 gv->loTrig = L1 + (gStep == 0x3f ? DYN_ADJ_LO_MARGIN : 0);
149 gv->hiTrig = L4 - (gStep == 0x3f ? DYN_ADJ_UP_MARGIN : -5);
  /src/sys/external/isc/atheros_hal/dist/ar5211/
ar5211_reset.c 1946 uint32_t gStep, g;
1950 gStep = 0x18;
1952 L2 = gStep + 4;
1959 gStep = 0x3f;

Completed in 13 milliseconds