Searched refs:gStep (Results 1 - 2 of 2) sorted by path

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5211/
H A Dar5211_reset.c1928 uint32_t gStep, g; local
1932 gStep = 0x18;
1934 L2 = gStep + 4;
1941 gStep = 0x3f;
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5212_rfgain.c127 uint32_t gStep, g, mixOvr; local
142 gStep = ar5212GetRfField(ar5212GetRfBank(ah, 7), 6, 37, 0);
145 L2 = (gStep == 0x3f) ? 50 : gStep + 4;
146 L3 = (gStep != 0x3f) ? 0x40 : L1;
149 gv->loTrig = L1 + (gStep == 0x3f ? DYN_ADJ_LO_MARGIN : 0);
151 gv->hiTrig = L4 - (gStep == 0x3f ? DYN_ADJ_UP_MARGIN : -5);

Completed in 268 milliseconds