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

  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar9285_attach.c 294 u_int modesIndex;
300 modesIndex = 3;
302 modesIndex = 5;
304 modesIndex = 4;
310 modesIndex, regWrites);
313 modesIndex, regWrites);
ar5416_attach.c 416 u_int modesIndex, freqIndex;
424 modesIndex = 3;
426 modesIndex = 5;
428 modesIndex = 4;
433 modesIndex = 2;
435 modesIndex = 1;
454 modesIndex, regWrites);
459 AH5212(ah)->ah_rfHal->writeRegs(ah, modesIndex, freqIndex, regWrites);
ar9280_attach.c 309 u_int modesIndex;
316 modesIndex = 3;
318 modesIndex = 5;
320 modesIndex = 4;
324 modesIndex = 2;
326 modesIndex = 1;
336 modesIndex, regWrites);
339 modesIndex, regWrites);
341 modesIndex, regWrites);
350 modesIndex, regWrites)
    [all...]
  /src/sys/external/isc/atheros_hal/dist/ar5312/
ar5312_reset.c 95 u_int modesIndex, freqIndex;
222 modesIndex = 1;
226 modesIndex = 2;
230 modesIndex = 3;
234 modesIndex = 4;
238 modesIndex = 5;
252 regWrites = ath_hal_ini_write(ah, &ahp->ah_ini_modes, modesIndex, 0);
255 ahp->ah_rfHal->writeRegs(ah, modesIndex, freqIndex, regWrites);
344 if (!ahp->ah_rfHal->setRfRegs(ah, ichan, modesIndex, rfXpdGain)) {
  /src/sys/external/isc/atheros_hal/dist/ar5211/
ar5211_reset.c 163 uint16_t modesIndex = 0, freqIndex = 0;
270 modesIndex = 1;
274 modesIndex = 2;
278 modesIndex = 3;
282 modesIndex = 4;
332 OS_REG_WRITE(ah, ar5211Modes[i][0], ar5211Modes[i][modesIndex]);
  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_reset.c 112 u_int modesIndex, freqIndex;
263 modesIndex = 1;
267 modesIndex = 2;
271 modesIndex = 3;
275 modesIndex = 4;
279 modesIndex = 5;
293 regWrites = ath_hal_ini_write(ah, &ahp->ah_ini_modes, modesIndex, 0);
296 ahp->ah_rfHal->writeRegs(ah, modesIndex, freqIndex, regWrites);
384 if (!ahp->ah_rfHal->setRfRegs(ah, ichan, modesIndex, rfXpdGain)) {

Completed in 17 milliseconds