Searched refs:freqCount (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_eeprom.c2119 uint16_t resetFreqBin, freqBin, freqCount = 0; local
2126 freqBin = XPA_LVL_FREQ(freqCount) & 0xff;
2129 freqCount++;
2131 while (freqCount < 3) {
2132 if (XPA_LVL_FREQ(freqCount) == 0x0)
2135 freqBin = XPA_LVL_FREQ(freqCount) & 0xff;
2139 (XPA_LVL_FREQ(freqCount) >> 14);
2143 freqCount++;

Completed in 60 milliseconds