HomeSort by: relevance | last modified time | path
    Searched refs:OS_DELAY (Results 1 - 25 of 25) sorted by relevancy

  /src/sys/external/isc/atheros_hal/dist/ar5210/
ar5210_power.c 57 OS_DELAY(2000); /* Give chip the chance to awake */
63 OS_DELAY(200);
ar5210_reset.c 250 OS_DELAY(1000); /* Wait a bit (1 msec) */
376 OS_DELAY(1000);
378 OS_DELAY(2100); /* 8245 @ 96Mhz hangs with 2000us. */
408 OS_DELAY(1000);
411 OS_DELAY(2100); /* 8245 @ 96Mhz hangs with 2000us. */
470 OS_DELAY(4000);
475 OS_DELAY(10);
482 OS_DELAY(1000);
514 OS_DELAY(20);
524 OS_DELAY(10); /* wait for the AGC traffic to cease *
    [all...]
ar5210_recv.c 69 OS_DELAY(10);
ar5210_xmit.c 444 OS_DELAY(10);
  /src/sys/external/isc/atheros_hal/dist/ar5211/
ar5211_power.c 46 OS_DELAY(10); /* Give chip the chance to awake */
52 OS_DELAY(200);
ar5211_attach.c 249 OS_DELAY(1000);
281 OS_DELAY(2000);
311 OS_DELAY(2000);
316 OS_DELAY(2000);
417 OS_DELAY(100);
ar5211_reset.c 468 OS_DELAY(synthDelay + DELAY_BASE_ACTIVATE);
588 OS_DELAY(2100); /* 8245 @ 96Mhz hangs with 2000us. */
616 OS_DELAY(DELAY_PLL_SETTLE);
623 OS_DELAY(DELAY_PLL_SETTLE);
638 OS_DELAY(DELAY_PLL_SETTLE);
652 OS_DELAY(2100); /* 8245 @ 96Mhz hangs with 2000us. */
748 OS_DELAY(5000);
786 OS_DELAY(15);
901 OS_DELAY(searchTime);
ar5211_xmit.c 486 OS_DELAY(10);
  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar5416_power.c 56 OS_DELAY(50); /* Give chip the chance to awake */
62 OS_DELAY(50);
ar5416_misc.c 101 OS_DELAY(10);
ar9285_attach.c 285 OS_DELAY(1000);
ar5416_xmit.c 48 OS_DELAY(STOP_DMA_ITER);
96 OS_DELAY(200);
103 OS_DELAY(STOP_DMA_ITER);
ar5416_reset.c 451 OS_DELAY(synthDelay + BASE_ACTIVATE_DELAY);
555 OS_DELAY((synthDelay << 1) + BASE_ACTIVATE_DELAY);
557 OS_DELAY((synthDelay << 2) + BASE_ACTIVATE_DELAY);
559 OS_DELAY(synthDelay + BASE_ACTIVATE_DELAY);
1088 OS_DELAY(20);
1247 OS_DELAY(RTC_PLL_SETTLE_DELAY);
ar9280_attach.c 300 OS_DELAY(1000);
ar5416_attach.c 407 OS_DELAY(1000);
  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_power.c 66 OS_DELAY(10); /* Give chip the chance to awake */
72 OS_DELAY(50);
ar5212_reset.c 502 OS_DELAY((synthDelay << 1) + BASE_ACTIVATE_DELAY);
504 OS_DELAY((synthDelay << 2) + BASE_ACTIVATE_DELAY);
506 OS_DELAY(synthDelay + BASE_ACTIVATE_DELAY);
518 (OS_REG_READ(ah, 0x9c24) & 0x10)) /* test if baseband not ready */ OS_DELAY(200);
751 OS_DELAY(5);
770 OS_DELAY(synthDelay + BASE_ACTIVATE_DELAY);
955 OS_DELAY(PLL_SETTLE_DELAY);
961 OS_DELAY(PLL_SETTLE_DELAY);
1147 OS_DELAY(15); /* need to wait at least 128 clocks
ar5212_attach.c 492 OS_DELAY(2000);
497 OS_DELAY(2000);
624 OS_DELAY(100);
ar5212_xmit.c 576 OS_DELAY(100); /* XXX get actual value */
623 OS_DELAY(200);
637 OS_DELAY(10);
ar5212_misc.c 1108 OS_DELAY(10);
  /src/sys/external/isc/atheros_hal/dist/ar5312/
ar5312_reset.c 465 OS_DELAY((synthDelay << 1) + BASE_ACTIVATE_DELAY);
467 OS_DELAY((synthDelay << 2) + BASE_ACTIVATE_DELAY);
469 OS_DELAY(synthDelay + BASE_ACTIVATE_DELAY);
481 (OS_REG_READ(ah, 0x9c24) & 0x10)) /* test if baseband not ready */ OS_DELAY(200);
745 OS_DELAY(PLL_SETTLE_DELAY);
751 OS_DELAY(PLL_SETTLE_DELAY);
845 OS_DELAY(100);
902 OS_DELAY(100);
ar5312_attach.c 216 OS_DELAY(2000);
221 OS_DELAY(2000);
  /src/sys/external/isc/atheros_hal/ic/
ah_osdep.h 46 #define OS_DELAY(_n) ath_hal_delay(_n)
  /src/sys/external/isc/atheros_hal/dist/
ah_internal.h 794 * OS_DELAY() does a PIO READ on the PCI bus which allows
799 OS_DELAY(1); \
ah.c 116 OS_DELAY(10);

Completed in 30 milliseconds